An interactive quiz application built using React and Vite.
This project was developed to practice React fundamentals such as component-based architecture, state management, and user interactions.
- Multiple-choice quiz questions
- Instant answer validation
- Real-time score calculation
- Clean and responsive user interface
- Fast development environment powered by Vite
- React
- Vite
- JavaScript (ES6+)
- HTML5
- CSS3
react-quiz-app/
├── public/
├── src/
│ ├── components/
│ ├── data/
│ ├── App.jsx
│ ├── main.jsx
│ └── index.css
├── index.html
├── package.json
├── vite.config.js
├── quizapp.gif
└── README.md
