A modern dark-themed quiz application, built using React and Tailwind CSS. Test your knowledge with dynamically fetched trivia questions!
- 🌑 Dark mode UI with purple accents
- 📊 Real-time progress tracking
- 🏆 Score system with streak bonuses
- 🔄 API-powered questions (Open Trivia Database)
- 🎮 Interactive multiple-choice interface
- 📈 Performance metrics and results summary
- 📱 Fully responsive design
- Frontend: React (Vite)
- Styling: Tailwind CSS
- Clone repository
git clone https://github.com/Darkeye27/Quiz-App.git cd quizcraft - Install dependencies
npm install
- Start development server
npm run dev
- Open in browser
http://localhost:5173
src/
├── components/
│ ├── StartScreen.jsx # Landing page
│ ├── Quiz.jsx # Main quiz interface
│ └── Summary.jsx # Results screen
├── App.jsx # Root component
└── main.jsx # Entry point
This project is licensed under the MIT License - see LICENSE file for details.