Play a trivia game! Get feedback after every question, whether you're wrong or right!
Choose:
- The number of questions
- The style of question (true/false vs multiple choice)
- The game difficulty
This app uses the Open Trivia DB for question data
- React
- Typescript
- Redux
- Jest
- @testing-library/react
I wanted to code something fun, I love working with React, and I wanted to get more practice with Typescript (particularly with Redux). I also wanted to tell my friend who hosts trivia games that I built a robot to take his job 🤣
- Clone this repo
npm install
dependenciesnpm test