To create a timed quiz on JavaScript fundamentals that stores high scores so that users can gauge their progress compared to others.
- When the START button is clicked by the user, timer is activated and first question appears
- Based on the answer the user clicks, it will show if its correct or incorrect
- If incorrect answer is chosen, 10 seconds is deducted from the clock
- Game ends when all questions are answered or timer runs out
- User is given the choice to save their highscore to the leaderboard and retake the quiz to beat their previous score
https://github.com/LizMackle/Code_Quiz
Please feel free to contribute in any way by forking the repo and creating a pull request.
No tests are available for this app.
If you have any questions, please contact me via Email or GitHub.