A modern Quiz Management System built using React.js that allows users to create, manage, and attempt quizzes with real-time scoring, timer functionality, and progress tracking.
👉 https://naresh-react-quiz-app.netlify.app
- ➕ Add New Questions (CRUD)
- ✏️ Edit Existing Questions
- ❌ Delete Questions
- 🚀 Start Quiz Mode
- ⏱ Timer for each question (15 seconds)
- 📊 Progress Bar Indicator
- 🏆 High Score saved using Local Storage
- 📱 Responsive Design
- 🎯 Instant Answer Feedback (Correct / Wrong)
- React.js (Hooks - useState, useEffect)
- JavaScript (ES6)
- HTML5
- CSS3
- Vite
- Local Storage API
src/
├── assets/
│ ├── home.png
│ ├── addquestion.png
│ ├── deletequestion.png
│ ├── UpdateQuestion.png
│ ├── QuizStar.png
│ ├── score.png
├── components/
│ ├── AddQuestion.jsx
│ ├── QuestionList.jsx
├── App.jsx
├── App.css
├── main.jsx
├── questions.js
git clone https://github.com/NARESHRAJESH/QuizApp.git
cd QuizApp
npm install
npm run devNaresh R
MCA Graduate | Aspiring Software Developer
If you like this project, give it a ⭐ on GitHub!