A coding quiz game.
This is a simple quiz application that allows users to take a quiz, see their score, and store highscores locally in the browser.
- Start button to begin the quiz.
- Questions with multiple-choice answers.
- Timer to limit the duration of the quiz.
- Feedback for correct and incorrect answers.
- Highscores page to display and clear stored highscores.
https://habibstackz.github.io/code-quiz/
- Clone this repository to your local machine.
- Open the
index.htmlfile in your web browser to start the quiz. - Alternatively, click the link above to visit the deployed page and start the quiz
- Click the "Start Quiz" button to begin the quiz.
- Answer each question by clicking on the provided choices.
- Timer counts down as you answer questions.
- If an answer is correct, you'll receive a "Correct!" message.
- If an answer is incorrect, 10 seconds will be deducted from the timer, and you'll receive a "Wrong!" message.
- At the end of the quiz, you can enter your initials to save your score.
- Highscores are saved locally and can be viewed on the "Highscores" page.
- To access the highscores, click the "View Highscores" link.
- You can also clear the highscores using the "Clear Highscores" button.
This project is licensed under the MIT License - see the LICENSE file for details.
