Project done by completing the interactive course of learning React at: https://scrimba.com/learn/learnreact
Fun and educational project that makes use of the Open Trivia Database API, allowing the user to retrieve random questions based on the selected category, difficulty and question type.
User can select one of the given answers for each question and by clicking the "Check Answers" button at the bottom of the page, the selected answers will be validated showing the total number of correct answers selected.
- Download and unzip repo or Clone repo
- Go to unzipped folder
- Install packages with $ npm install
- Run with $ npm start