This project is a simple trivia game that uses the Open Trivia Database to test your knowledge of everything! It was originally was created as a take home coding interview. It was bootstrapped with Create React App.
Name | Description |
---|---|
React | The library for web and native user interfaces |
Redux | A predictable state container for JavaScript applications |
Redux Sagas | An intuitive Redux side effect manager |
Redux Toolkit | The official, opinionated, batteries-included toolset for efficient Redux development |
Firebase | An application development platform backed by Google |
- Asks the user 10 random trivia questions sourced from Open Trivia DB
- Each question displays the category, sub-category (if applicable), and the difficulty
- Indicates the selected answer and the correct answer if user selected incorrectly
- Displays the current score at the bottom of the page
- Congratulates the user and displays the final score at the end
- Prompts the user to play again
- Allow users to login and save their scores
- Allow users to choose categories and difficulty levels