Quiz App banner

Quiz App

1 devlog
8h 35m 58s

A quiz web app that asks multiple-choice questions, gives instant feedback, and shows the final score.
Developed by Sakshi Kumari as part of learning JavaScript and DOM manipulation.

This project uses AI

I used AI for the readme file and for set the question in sequence wise and also for play again button

Demo Repository

Loading README...

sakshikhushi25

Shipped this project!

I built a Quiz App that allows users to answer multiple-choice questions and get instant feedback. The hardest part was handling the question logic and updating the score dynamically, but I solved it using JavaScript event handling and DOM manipulation. I’m really happy with how interactive and user-friendly the app turned out!

sakshikhushi25

Created the basic HTML structure for the quiz, including question area, answer buttons, and next button. Designed the UI using CSS to make the quiz clean, centered, and user-friendly. Added quiz questions in JavaScript using an array of objects with questions and answers. Implemented logic to display questions and handle user answer selection using event listeners. Added score tracking and displayed the final result at the end of the quiz. Added “Next” button functionality to move between questions and restart the quiz. Tested the app and fixed small issues to ensure smooth working.

Attachment
0