As a coding boot camp student, I wanted to make a quiz on JavaScript fundamentals that stored high scores. This way I can gauge my progress compared to my peers.
I was required to create an application using primarilly Javascript that conducts a multiple choice quiz. Below describes how the website functions:
1.) Upon clicking the start button, the user is presented with the first question and the timer begins the countdown.
2.) Upon answering a question correctly or incorrectly they are presented with the following question.
3.) Ten seconds is deducted from the timer if they answer incorrectly.
4.) When the timer runs out or the user answers every question, the quiz ends and the user is directed to save their score.
5.) The high scores page stores the names and scores of those who played the game, but the user has the option of resetting the scores to null.
6.) The high scores can be viewed at any time by clicking on the link at the top left of the page.
https://jonathan-goldstein.github.io/JavaScript-Quiz/
Licensed under the MIT License.





