This is a simple Quiz App built with React.
The application allows users to answer multiple-choice questions, see their score, and reset the quiz.
- Interactive multiple-choice quiz
- Tracks and displays the user’s score
- Highlights correct and incorrect answers
- Responsive design
- Reset option to restart the quiz
- React: For building the UI components.
- CSS: For styling the application.
-
Clone the repository:
git clone https://github.com/V3n0nX/quiz-app.git cd your-repo -
Install the required dependencies:
npm install
-
Run the development server:
npm run dev
-
Open your browser and visit
[http://localhost:5173/]to see the page in action!


