Project Screen Shot

Trivia Game

A trivia game that have been built with ReactJS. The project uses Open Trivia DB to retrieve questions.

The game’s features:

  • 4 selection on the welcome page,
    • Questions Difficulty
    • Questions Category
    • Questions Type (Multiple Choice / True-False)
    • Number of Questions (Min. 10)
  • If the user selects the wrong answer, the 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