Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ayoubm490/typescript-react-quiz-app
Quiz app made using TypeScript-React & Open Trivia DB.
https://github.com/ayoubm490/typescript-react-quiz-app
api reactjs typescript typescript-react
Last synced: about 7 hours ago
JSON representation
Quiz app made using TypeScript-React & Open Trivia DB.
- Host: GitHub
- URL: https://github.com/ayoubm490/typescript-react-quiz-app
- Owner: AyoubM490
- License: mit
- Created: 2022-09-07T15:30:54.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-07T21:34:55.000Z (over 2 years ago)
- Last Synced: 2024-12-04T18:53:54.356Z (about 2 months ago)
- Topics: api, reactjs, typescript, typescript-react
- Language: TypeScript
- Homepage: https://quiz-app-ts.herokuapp.com/
- Size: 2.03 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
React-Quiz App
## Introduction
Responsive Quiz App made with React, [Open Trivia DB](https://opentdb.com/) and styled-components.![preview](https://user-images.githubusercontent.com/95053734/188984514-a766a543-3e4f-4daa-bb50-b37b6553efd6.png)
# Live Demo
Check out the demo [here]()
## Installation
- Install dependencies
```
$ npm install
```
- Run it
```
$ npm start
```## **License**
This project is licensed under the [MIT License](https://opensource.org/licenses/MIT) - see the [`LICENSE`](https://github.com/AykutSarac/react-quiz/blob/master/LICENSE) file for details.