https://github.com/ahmedsemih/quiz-app
Responsive Quiz App with React
https://github.com/ahmedsemih/quiz-app
css html javascript quiz quiz-app quiz-game quizapp react react-router responsive
Last synced: about 2 months ago
JSON representation
Responsive Quiz App with React
- Host: GitHub
- URL: https://github.com/ahmedsemih/quiz-app
- Owner: ahmedsemih
- Created: 2022-09-10T19:05:10.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-15T22:38:20.000Z (almost 4 years ago)
- Last Synced: 2025-10-25T05:59:04.933Z (8 months ago)
- Topics: css, html, javascript, quiz, quiz-app, quiz-game, quizapp, react, react-router, responsive
- Language: JavaScript
- Homepage: https://quizappbyase.netlify.app/
- Size: 1.23 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
https://user-images.githubusercontent.com/102798814/190393081-204c4031-789a-4a1c-b2e4-f337d62508de.mp4
# Quiz App
Responsive Quiz Application like Who Wants To Be A Millionaire.
**Live demo: [https://quizappbyase.netlify.app/](https://quizappbyase.netlify.app/)**
## Built with
- [HTML](https://html.spec.whatwg.org/multipage/) - Web Page Markup Language
- [CSS](https://www.w3.org/Style/CSS/) - Styling Language
- [Javascript](https://www.javascript.com/) - Main Language
- [React](https://reactjs.org/) - Javascript Library for UI
- [use-sound](https://www.npmjs.com/package/use-sound) - For Use Sounds
## Getting Started
Clone the repository
```
git clone https://github.com/AhmedSemih/Quiz-App.git
```
After getting the starter files, you must run
```
npm install
```
And start the app
```
npm start
```