A simple and interactive quiz application built using React and Tailwind CSS. It allows users to test their knowledge with multiple-choice questions and view their score at the end.
- 📋 Multiple choice questions
- ✅ Real-time answer checking
- 🎯 Final score display
- 🔁 Restart quiz option
- 💻 Fully responsive design
- React.js – Frontend JavaScript Library
- Tailwind CSS – Utility-first CSS framework for styling
git clone https://github.com/yourusername/quiz-app.git
cd quiz-app
npm install
npm run dev