A dynamic and interactive multiple-choice quiz application built using vanilla JavaScript, HTML, and CSS. Designed to test user knowledge in programming and tech topics with real-time scoring and clean UI feedback.
- β Start/Restart functionality.
- π Dynamic question rendering.
- π Radio button selection per question.
- π Score calculation on submit.
- π― Percentage-based result view.
- β Modular question loading system.
/quiz-app
β
βββ index.html # Main HTML structure
βββ style.css # Styling for quiz container, buttons, score view
βββ script.js # JavaScript logic (load questions, track score, display result)