The Quiz Game Application is an engaging web-based quiz game developed using React. It allows users to test their knowledge by answering a series of multiple-choice questions. The game features a user-friendly interface, a scoring system, and integrated sound effects to enhance the user experience.
User Authentication: Start the game by entering your name.
Multiple Choice Questions: Each question presents multiple answers to choose from.
Timer: A countdown timer for each question adds to the challenge.
Scoring System: Track your earnings with a dynamic money pyramid.
Sound Effects: Enjoy sound cues for correct, incorrect answers, and game start.
Responsive Design: Optimized for both desktop and mobile devices.
Follow these steps to set up and run the application locally:
git clone https://github.com/your-username/quiz-game-app.git cd quiz-game-app
npm install
npm start
Start the Game: Enter your name on the start screen and click "Start".
Answer Questions: Choose the correct answer for each question within the given time limit.
Track Earnings: Watch your earnings grow with each correct answer.
End of Game: The game ends when a wrong answer is selected or the timer runs out. Your final score is displayed.
React: For building the user interface.
React Router: For managing navigation between pages.
useSound: For integrating sound effects.
SCSS: For styling the application.
Contributions
Contributions are welcome! Follow these steps to contribute: