Quiz Machine is a site where you can test your trivia. The site uses the Open Trivia Database API.
When the quiz begins, the site will display a question. Answers are given as multiple choice: the user can choose between four different answers.
The objective was to create a quiz app with a responsive design.
The Quiz Machine allows the user to start a quiz. Questions and answers are fetched from Open Trivia Database. The user is given a choice of four answers. The user will be awarded one point, if the answer is correct. If the answer is wrong, the user will get one minus point. The difficulty level increases gradually.
Node.js, Express, rendering using Handlebars as template.
The site is styled using bootstrap.
- Allowing the user to select question category
- Implementing a high score table