A simple, interactive quiz game built with vanilla HTML, CSS, and JavaScript.
- Multiple-choice questions covering general knowledge
- Real-time score tracking
- Visual feedback for correct/incorrect answers
- Progress bar showing quiz completion
- Responsive design for all screen sizes
- Performance-based result messages
Simply open index.html in your web browser.
.
├── index.html # main HTML structure
├── style.css # styling and responsive design
├── script.js # quiz logic and interactivity
└── demo.gif # demo recording
- HTML5
- CSS3
- JavaScript (ES6+)
