This is a simple Quiz App that fetches questions from the Open Trivia Database and displays them to the user. The user can answer the questions and see their score at the end.
- Fetches quiz questions from the Open Trivia Database
- Displays questions and options to the user
- Tracks correct and incorrect answers
- Displays the final score at the end of the quiz
- Allows the user to restart the quiz
- HTML
- CSS
- JavaScript
- Express (for backend routing)
Navigate to https://assaf-itzikson.github.io/quiz-app/
When the user answers 10 questions, the quiz will end and the user will see their score.