A responsive and interactive Quiz Application built with React + TailwindCSS that fetches multiple-choice questions from the Open Trivia DB. The app evaluates answers, tracks scores, and shows a detailed results summary.
- 🎨 Clean and responsive UI (desktop & mobile)
- ❓ Multiple-choice questions (API powered)
- ⏱ Timer per question (auto move on timeout)
- 📊 Progress indicator (question count & progress bar)
- 🏆 Score tracking with localStorage high scores
- 🔄 Restart quiz anytime
- ⏩ Navigation: Next, Previous, Skip
- ⚡ Handles edge cases (no internet, empty data, refresh)
- React (Functional components + Hooks)
- React Router (Quiz & Results pages)
- TailwindCSS (styling)
- Axios (API calls)
- LocalStorage (high scores persistence)
- Clone the repo:
git clone https://github.com/Adityasingh2oo4/Quiz-app.git
cd quiz-app- Install dependencies:
npm installRun the development server:
npm run devBuild for production:
Copy code
npm run build🌐 Deployment
Hosted on Netlify
Demo Link: https://quiiizz-app.netlify.app/


