QuizMaster is an interactive quiz web application developed using HTML, CSS, and JavaScript.
The project allows users to answer multiple-choice questions and get instant feedback along with their final score.
This project was built to strengthen understanding of:
- HTML for structuring web pages
- CSS for styling and responsive layouts
- JavaScript for logic building and DOM manipulation
- Event handling and dynamic UI updates
The application is completely frontend-based and does not use any backend or database.
π§ Multiple-choice quiz questions
π Real-time score calculation
β‘ Instant feedback on answers
π¨ Clean and user-friendly interface
π± Responsive design for different screen sizes
π§© Simple and readable code structure
- HTML5 β Page structure and semantic elements
- CSS3 β Styling, layout, and responsiveness
- JavaScript (Vanilla) β Quiz logic and DOM manipulation
QuizMaster/ βββ index.html βββ style.css βββ script.js βββ README.md
-
Clone the repository:
git clone https://github.com/Shrey1006/QuizMaster.git
-
Open index.html in any modern web browser.
-
No server or additional setup is required.
-- ##π± Future Enhancements
β³ Timer-based quizzes π Multiple quiz categories π Score history tracking π User authentication
-- π€ Author Shreyansh Mojidra