The React Quiz is an interactive quiz application built with React. Users can answer a series of questions, view their final score, and the application keeps track of the highest score achieved during their session.
- Interactive Quiz: Answer a set of questions and get your final score.
- Score Tracking: The app displays the user's total score at the end of the quiz.
- High Score: The highest score is recorded and displayed across multiple sessions.
To run this project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/your-username/the-react-quiz.git cd the-react-quiz -
Install dependencies:
npm install
-
Start the application:
npm start
The app will be available at
http://localhost:3000.
- React: JavaScript library for building user interfaces.
- CSS: Styling for the application.
Contributions are welcome! If you'd like to contribute to this project, please fork the repository and submit a pull request. Ensure that your code follows the established coding standards.