A modern and responsive Quiz Application built with React, Vite, and Tailwind CSS.
It covers multiple computer science subjects like DSA, Operating Systems, Computer Networks, DBMS, CAO, SE, Discrete Math, TOC, AI, and ML.
- 📚 Multiple Subjects – Choose from 10+ subjects.
- 📝 MCQ-based Quizzes – Each subject has 20 hand-picked questions.
- 💡 Dynamic Feedback – Get instant score feedback with motivational messages.
- 🎨 Modern UI – Styled with Tailwind CSS (dark theme with
bg-slate-800). - 🔄 Restart Quiz – Retake quizzes anytime.
- 🔙 Previous Button – Navigate to the previous question anytime.
- 📱 Responsive – Works smoothly on desktop and mobile.
- ⚛️ React (with Hooks & Router)
- ⚡ Vite
- 🎨 Tailwind CSS
- 🌐 React Router
Clone the repo and run locally:
git clone https://github.com/punith82/Quiz-app.git
cd Quiz-app
npm install
npm run dev