Skip to content

Latest commit

Β 

History

History
68 lines (47 loc) Β· 1.6 KB

File metadata and controls

68 lines (47 loc) Β· 1.6 KB

QuizMaster

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.


πŸ“Œ Project Overview

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.


πŸš€ Features

🧠 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


πŸ› οΈ Tech Stack

  • HTML5 – Page structure and semantic elements
  • CSS3 – Styling, layout, and responsiveness
  • JavaScript (Vanilla) – Quiz logic and DOM manipulation

πŸ“‚ Project Structure

QuizMaster/ │── index.html │── style.css │── script.js │── README.md


▢️ How to Run the Project

  1. Clone the repository:

    git clone https://github.com/Shrey1006/QuizMaster.git
  2. Open index.html in any modern web browser.

  3. No server or additional setup is required.

-- ##🌱 Future Enhancements

⏳ Timer-based quizzes πŸ“š Multiple quiz categories πŸ“ˆ Score history tracking πŸ” User authentication

-- πŸ‘€ Author Shreyansh Mojidra