BrainBurst is a simple quiz application built using React. It provides users with a set of questions and multiple-choice answers, allowing them to test their knowledge on various topics.
Keshav Kumar
- Quiz Interface: Users can go through a series of questions presented in a clean and user-friendly interface.
- Scoring: The app keeps track of the user's score as they progress through the quiz.
- Immediate Feedback: Users receive immediate feedback on their selected answers, with correct and incorrect choices highlighted.
- Result Display: Upon completing the quiz, users are presented with their total score.
The project is organized into two main components:
The App
component is the entry point of the application. It utilizes React Router for navigation between the main page and the quiz.
The Quiz component is responsible for rendering the quiz interface, handling user interactions, and displaying the final score.
The Page component represents the main page of the application, welcoming users and providing a button to start the quiz.
###Getting Started To run the application locally, follow these steps:
- Clone the repository : git clone https://github.com/keshavkumar143/Quiz-Game.git
- cd my-app
- Install dependencies: npm install
- Start the development server: npm run dev / npm start
Contributions are welcome! If you find a bug or have an enhancement in mind, feel free to open an issue or submit a pull request.
This project is licensed under the MIT License.