https://github.com/khalil-codes/quiz-me-react-ts-app
This is A Quiz App built using Open Trivia DB. Used TypeScript and Redux to handle the data flow. A User is given 10 set of questions with 4 multiple choices and on selecting correct one user score increments by 1
https://github.com/khalil-codes/quiz-me-react-ts-app
Last synced: 2 months ago
JSON representation
This is A Quiz App built using Open Trivia DB. Used TypeScript and Redux to handle the data flow. A User is given 10 set of questions with 4 multiple choices and on selecting correct one user score increments by 1
- Host: GitHub
- URL: https://github.com/khalil-codes/quiz-me-react-ts-app
- Owner: Khalil-codes
- Created: 2022-02-23T11:59:34.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-24T04:39:12.000Z (over 4 years ago)
- Last Synced: 2025-07-29T01:42:16.979Z (11 months ago)
- Language: TypeScript
- Homepage:
- Size: 289 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Getting Started with Quiz App
This is A Quiz App built using [Open Trivia DB](https://opentdb.com/api_config.php). Used TypeScript and Redux to handle the data flow. A User is given 10 set of questions with 4 multiple choices and on selecting correct one user score increments by 1.
## Available Scripts
In the project directory, you can run:
### `npm start`
Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
The page will reload if you make edits.\
You will also see any lint errors in the console.