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

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

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
```