- link to the app https://davpcoded.github.io/Code-quiz/
Code quiz is an app build with only plain JS. It consist on a time based quiz with 5 questions to the user. Each question when answered correctly will add 10 pts to the user score, otherwise it will penalize the user with 10 seconds from the timer that starts when the user clicks on start quiz. It will ask the user for their name When all questions are answered or when the timer reaches 0 to then save it to the scoreboard and then displays a list with the higher scores.
AS A coding bootcamp student
I WANT to take a timed quiz on JavaScript fundamentals that stores high scores
SO THAT I can gauge my progress compared to my peers
Follow the link in the top then Click on the button thats located in the middle that says start Quiz it will then ask code related questions asnwer them by selecting the option you think is correct if it is correct it will add 10 points to your score if it's incorrect it will penalize you with 10 seconds. At the end enter your name or initials to see the the scoreboard list.
