Quiz Web is a feature-rich quiz platform built using React.js, Tailwind CSS, and JavaScript. It provides users with a fun and interactive quiz experience, including different quiz modes, instant feedback, and a detailed history of past attempts.
- ⏳ Timed Quiz: Every question has a 30-second countdown to answer.
- ❓ Normal Quiz: Users can attempt quizzes at their own pace.
- 🔀 Shuffled Quiz: Questions appear in a random order to enhance learning.
- 📝 Quiz History: Users can view their previously attempted quizzes with scores and details.
- 📊 Scorecard: At the end of each quiz, users receive a detailed score breakdown.
- ✅ Instant Feedback: Users get immediate feedback on whether their answer is correct or incorrect.
- 💾 Local Storage Support: Quiz history and scores are saved using localStorage for easy tracking.
- Frontend: React.js, Tailwind CSS
- Storage: LocalStorage (for quiz history and scores)
- Functionality: JavaScript (for timer, shuffle logic, and answer validation
-
Clone the repository
git clone https://github.com/Akcthecoder200/Quiz-Master.git cd Quiz-Master -
Install dependencies
npm install
-
Run the frontend
npm run dev
-
Access the app
- Frontend runs on:
http://localhost:5173
- Frontend runs on:
