A simple web quiz app I built for my coursemates to prepare for our 100 level second semester exams.
Made with plain HTML, CSS, and JavaScript โ no frameworks, no backend, just pure vibes and logic ๐
Quiz-School started as a partially AI-generated project created by a friend. The initial version had some bugs and an unfinished UI, so I took over to debug, refine, and deploy it.
This allowed me to:
- Understand and work with unfamiliar code.
- Improve the UI and interactivity using AI-assisted suggestions.
- Deploy the project so it could be used by coursemates.
This project showcases my problem-solving skills, adaptability, and ability to transform a rough starter into a fully functional app.
- ๐ง Multiple-choice quiz format
- โฑ๏ธ Real-time score tracking
- ๐ก Instant feedback on answers
- ๐จ Simple, clean UI
- ๐ฑ Works on both phone and laptop
- HTML โ structure
- CSS โ styling
- JavaScript โ quiz logic + interactivity
- Clone this repo
git clone https://github.com/noobdev08/Quiz-School.git
- Open
index.htmlin your browser - Start answering questions and test yourself!
- Add question randomization
- Store scores using localStorage
- Add more subjects and a leaderboard
Just wanted to help my coursemates revise easily and it turned into a fun project to test my frontend skills before exams ๐ช
๐ Check it out here
If you find any bugs or want to contribute, open an issue or hit me up!