An open API service indexing awesome lists of open source software.

https://github.com/supriya-2004/quiz-app

Play this quiz and explore more!
https://github.com/supriya-2004/quiz-app

essential quiz

Last synced: 3 months ago
JSON representation

Play this quiz and explore more!

Awesome Lists containing this project

README

          

# Quiz-App

This is a simple, responsive quiz application built using **HTML**, **CSS**, and **JavaScript**. It allows users to answer multiple-choice questions and displays their score at the end. Great for beginners to understand DOM manipulation and basic interactivity using vanilla JavaScript.

## 🧩 Features

- Multiple-choice quiz with 4 questions
- Immediate question rendering
- Score calculation and result display
- Option to restart the quiz
- Responsive UI with gradient background and interactive styles

## 🛠️ Tech Stack

- **HTML5**
- **CSS3**
- **JavaScript**

## 🧭 How to Navigate

- `index.html` – Entry point of the app; contains the quiz structure.
- `style.css` – Styles the quiz interface, layout, and buttons.
- `script.js` – Controls quiz logic: loading questions, checking answers, scoring, and reloading.

## ✅ Conclusion

The **Quiz App** is a great starting point for beginners looking to improve their JavaScript skills. It demonstrates real-world concepts such as:
- ✅ Dynamic DOM manipulation
- ✅ Event handling
- ✅ UI responsiveness and feedback