A responsive web-based quiz game designed for Computer Science students, built using Tailwind CSS for a modern and clean UI. The application fetches quiz questions dynamically from an external API, supports difficulty selection (Easy, Medium, Hard), and includes automatic level progression with a high-score system.
- 📱 Fully Responsive Design (Mobile, Tablet, Desktop)
- 🎨 Styled with Tailwind CSS
- 🌐 API-based Question Fetching
- 🎚️ Difficulty Selection – Easy, Medium, Hard
- 🔄 Automatic Level Increment based on correct answers
- 🧠 Computer Science–Focused Questions
- 🏆 High Score Tracking using LocalStorage
- ⚡ Real-Time Score Updates
- Frontend: HTML, JavaScript
- Styling: Tailwind CSS
- API: Quiz / Trivia API
- Storage: Browser LocalStorage
- User selects a difficulty level (Easy / Medium / Hard)
- Quiz questions are fetched dynamically from an API
- Correct answers increase the score and level automatically
- High score is stored and updated in real time
- Responsive UI adapts to all screen sizes
- Clone the repository:
git clone https://github.com/Arundktpm/Quiz_Game_web.git cd Quiz_Game_web - Open index.html in your browser
- To provide an interactive learning platform for Computer Science students
- To improve understanding of core CS concepts
- To make learning engaging through quiz-based gamification
- To allow students to practice using difficulty levels (Easy, Medium, Hard)
- To encourage continuous improvement through automatic level progression
- To motivate users using real-time scoring and high-score tracking
This project is developed strictly for educational and learning purposes.
It is intended for academic use, personal practice, and skill development only.