This is a simple quiz game built with React. The game fetches questions from the Open Trivia Database API and presents them to the user. The user can select an answer for each question, and at the end of the game, the user's score is displayed.
The application is deployed and can be accessed at https://quiz-app-iliakani.vercel.app/
- Node.js
- npm
npm install
To start the application, run:
The application will start and can be accessed at http://localhost:3000
.