- Multiple-choice trivia questions with timers.
- Score tracking.
- Responsive design.
- Enter your name and click "Let's Play" to start.
- Answer trivia questions by selecting options.
- Timer counts down for each question.
- Score and total questions answered are displayed.
- Game over modal shows your final score.
- Clone the repository.
- Install dependencies:
npm install
. - Start the server:
npm start
.
- Adjust game settings in
App.js
. - Customize styling by updating CSS classes.
- React
- Axios for API requests
- CSS for styling
MIT License