https://github.com/muhammad-nabih/quiz-app
Quiz Application
https://github.com/muhammad-nabih/quiz-app
css html js json
Last synced: 3 months ago
JSON representation
Quiz Application
- Host: GitHub
- URL: https://github.com/muhammad-nabih/quiz-app
- Owner: muhammad-nabih
- Created: 2023-10-15T17:40:50.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-24T04:05:18.000Z (over 2 years ago)
- Last Synced: 2025-05-16T16:50:22.637Z (about 1 year ago)
- Topics: css, html, js, json
- Language: CSS
- Homepage: https://quiz-app2024.netlify.app/
- Size: 3.26 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Quiz App
Quiz App is a web application that allows you to create and take multiple-choice quizzes.
## Project Contents
- [Project Requirements](#project-requirements)
- [How to Use the Application](#how-to-use-the-application)
- [Contributing](#contributing)
- [License](#license)
## Project Requirements
This project is developed using HTML, CSS, and JavaScript. The following components are used:
- HTML: Used for structuring the web pages, including questions and answer choices.
- CSS: Used for styling the application, including the layout and design.
- JavaScript: Used to add interactivity to the quiz, handle user responses, and track progress.
## How to Use the Application
1. Clone the project repository to your local machine:
```bash
git clone https://github.com/muhammad-nabih/quiz-app.git
```