Trivia Game using API to obtain questions, JavaScript for the logic, and CSS animations. Purpose is to learn and demonstrate timers. Bootcamp Assignment 9/8/2018
Trivia Quiz is deployed to Github.
Please check it out here.
Trivia game using JavaScript for the logic and JQuery to manipulate HTML.
- Questions obtained via API from https://opentdb.com/
- 4 questions per game but game can be repeated with new trivia questions.
- Questions must be answered within 10 seconds or the game moves on to the next question.
- Answers are provided for incorrect guesses and congratulations are given for correct guesses.
- Unanswered questions are not provided an answer.
- Final screen shows the number of correct answers, incorrect answers and unanswered questions as well as an option to restart the game (without reloading the page).
- Github (https://github.com)
- HTML
- CSS, including button animation
- Bootstrap v4 (https://getbootstrap.com/)
- Javascript
- jQuery
- Ajax
- API (https://opentdb.com/)