A trivia game that have been built with ReactJS. The project uses Open Trivia DB to retrieve questions.
The game's features:
- 4 seletion on welcome page,
- Questions Difficulty
- Questions Category
- Questions Type (Multiple Choice / True-False)
- Number of Questions (Min. 10)
- If user selects the wrong answer, game ends.
- Questions are fetched from Open Trivia Database Api
- Lottie Animations
You can try the game on: Trivia Game
To run the project:
npm install
Development server:
npm run dev-server
Production build/bundle:
npm run prod-build