This is a mini geography quiz game created using ReactJS. The API used is from Open Trivia Database.
And by "mini", I mean it got 5 quizzes each round 😊. You can easily modify the number of quizzes in the source code, in the APIUrlConstants file.
-
Install
NodeJSandnpm - Open your CLI, navigate to the root folder of this project
-
Enter
npm install -
Enter
npm start
