This project is a 5 question trivia game that provides the player with 25 seconds to answer all the trivia questions. It then provides feedback to the user and lets them know how many question that got correct, incorrect, and left unaswered.
To get started you press the New Game Button. This will activate our on click event which then calls the countDown function to start the timer, and the loadQuestions function to set up the questions on the page.
Once the timer is up the app will call each checkAnswer function and then load the gameOver function, which displays the score to the user.
https://scl5555.github.io/TriviaGame/index.html
Users can get help with this project be reaching out to the owner of the github repo
the owner of hte github repo miantains and contributes to this project