A sleek, responsive, and professional Quiz Application built using HTML5, CSS3, and Vanilla JavaScript. This project is designed to provide a smooth user experience while testing knowledge across various topics.
- Dynamic Question Rendering: Questions and options are injected into the DOM dynamically.
- Real-time Scoring: Automatically calculates and displays the final score upon completion.
- Fully Responsive: Works flawlessly on mobile, tablet, and desktop screens.
- Interactive UI: Modern design with hover effects and clean transitions.
- Restart Functionality: Users can instantly replay the quiz to improve their score.
- HTML5: For the semantic structure of the web app.
- CSS3: For custom styling, Flexbox layouts, and animations.
- JavaScript (ES6): For handling the quiz logic, event listeners, and state management.
Rajatech
GitHub: https://github.com/mdrajatech03
Quiz_App/
├── index.html # Entry point & HTML Structure
├── style.css # Styling & UI Components
├── script.js # Core Logic & Quiz Data
├── icon.png # App Icon
└── README.md # Documentation
