A tiny multiple-choice quiz built with vanilla HTML, CSS and JavaScript. Answer the questions, get your score at the end, reload to try again.
Tech
- HTML
- CSS
- JavaScript (no dependencies)
Run it locally
git clone https://github.com/Vette1123/Quizz-App.git
cd Quizz-App
# open index.htmlEdit script.js to add or change questions — each entry is an object with the question text, four options, and the correct answer key.