Created as coursework for Computing Inquiry Project - COS10026, Swinburne University of Technology, Semester 1, 2022.
Should load without issue on any modern browser supporting the sufficient technology involved in creating this simple website. See dependency for more details.
Clone everything in assign1/ for the static version, without PHP backend logic or database integration. OR, run straight from the GitHub page URL for the index page.
Clone everything in assign3/ for the extended version, which requires additional configuration to get running.
The static version, found in assign1/, can be run out-of-the-box from localhost as only vanilla HTML5 and CSS3 are used. Any modern browser with proper support should suffice.
The extended version, found in assign3/, is a bit more tricky. Website can be hosted on an Apache server with sufficient PHP support. Database credentials are read from env/settings.php - change this to a working database for the website to run properly.
- JPGraph - The PHP library used for visualizing statistics
- FeeNIX - Environment where the website is deployed, with dedicated Apache server Mercury for hosting & MariaDB for storing quiz attempts
- Apart from that, vanilla HTML5 & CSS3 for frontend, with PHP for backend logic & MySQL syntax for database query
- Aly - Developer, Designer, Q&A, PM - thelazyant164
- Jacky - Leader, Developer, Researcher - Jckyy
- Jian - Developer - Lornng
- Ravish - Developer - ravishrandev
- Jack - Developer - TalonRaptor
This project is licensed under the MIT License - see the LICENSE.md file for details
- Rafael Morais for a clever implementation of a functional dark mode without JavaScript
- Alvaro Trigo's blog & tutorial for a beautiful parallax scrolling effect without JavaScript
- Course curriculum for COS10026 unit, with introduction to some traditional technology used in web application
- W3School & JavaTPoint tutorial, with concise instructions & helpful knowledge