JavascriptCodeQuiz

Timed quiz app.
This app features dynamically updated HTML and CSS powered by JavaScript code. It has a user interface that is responsive, ensuring that it adapts to multiple screen sizes.
START button begins a timer and shows the first question
WHEN answered another question is presented
IF answered incorrectly time is subtracted from the clock
WHEN all questions are answered or the timer reaches 0 then the game is over
WHEN the game is over user can enter their initials and their score will be saved
View my project here:
https://achampigny4.github.io/JavascriptCodeQuiz/

quiz home page

Referenced sites:
https://www.techiedelight.com/hide-div-container-javascript/ https://www.w3schools.com/quiztest/quiztest.asp?qtest=JS https://codepen.io/WebDevSimplified/pen/xNvaaz https://www.w3schools.com/howto/howto_js_countdown.asp https://stackoverflow.com/questions/1191865/code-for-a-simple-javascript-countdown-timer https://www.codeexplained.org/2018/10/create-multiple-choice-quiz-using-javascript.html