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!
- Host: GitHub
- URL: https://github.com/supriya-2004/quiz-app
- Owner: supriya-2004
- Created: 2025-04-21T17:13:21.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-22T07:53:02.000Z (about 1 year ago)
- Last Synced: 2025-06-06T00:43:18.604Z (about 1 year ago)
- Topics: essential, quiz
- Language: JavaScript
- Homepage: https://supriya-2004.github.io/Quiz-App/
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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