https://github.com/azkasahar/quiz-app
https://github.com/azkasahar/quiz-app
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/azkasahar/quiz-app
- Owner: AzkaSahar
- Created: 2024-07-15T17:31:37.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-15T17:39:44.000Z (almost 2 years ago)
- Last Synced: 2025-03-14T07:26:01.451Z (over 1 year ago)
- Language: JavaScript
- Size: 182 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# quiz-app
# Quiz App

## Overview
The Quiz App is a web-based application that allows users to play a quiz game and save their scores. It includes features such as random question generation, score tracking, and a high score leaderboard.
## Features
- Randomly generated quiz questions from an API
- Score tracking and display
- Saving high scores locally using `localStorage`
- Responsive design for various screen sizes
## Technologies Used
- HTML5
- CSS3 (with Flexbox for layout)
- JavaScript (ES6)
## Setup Instructions
1. **Clone the repository:**
```
git clone https://github.com/AzkaSahar/quiz-app.git
cd quiz-app
```
2. **Open the project:**
Open the `app.html` file in your web browser.
3. **Play the Quiz:**
- Answer the quiz questions displayed.
- Track your score and try to get as many correct answers as possible.
## Screenshots


## Credits
- Quiz questions fetched from [Open Trivia Database API](https://opentdb.com/api_config.php).
- Background image from [Freepik](https://www.freepik.com/).