A simple and interactive Quiz Application built with HTML, CSS, and JavaScript.
This Quiz App allows users to answer multiple-choice questions, then displays their final score. It is fully client-side and works in any modern browser without any backend.
- Multiple-choice questions
- Score calculation and display
- User-friendly interface
- Responsive design
- Download or clone the repository.
- Open the
index.htmlfile in your preferred web browser. - Start answering the questions and submit to see your score.
- HTML for structure and layout
- CSS for styling and responsiveness
- JavaScript for quiz functionality and logic
- Edit or add questions in the
script.jsfile. - Modify styles in the
style.cssfile. - Extend features by updating JavaScript in
script.js.