Welcome to my Javascript quiz.
Following on from last week's lesson on Web API's, I have created aquiz to test knowledge on JavaScript using (you guessed it) JavaScript.
More specifically, the task for this challenge was to build a timed quiz with multiple-choice questions using dynamically updated HTML and CSS, powered by JavaScript code.
This project is created with:
- Visual Studio Code 1.83.1
- Git Bash 5.2.15
- A countdown timer triggered by a "start quiz" button
- A seamless transition between questions when an answer is selected
- Feedback after answering each question to tell you whether the answer is correct.
- A function to save the score from each correct answer to local storage, later presented on the end screens.
None
