Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jvitoralb/quiz-app
Quiz App with React
https://github.com/jvitoralb/quiz-app
Last synced: about 1 month ago
JSON representation
Quiz App with React
- Host: GitHub
- URL: https://github.com/jvitoralb/quiz-app
- Owner: jvitoralb
- Created: 2022-09-14T00:27:03.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-06T19:37:33.000Z (over 2 years ago)
- Last Synced: 2024-11-11T11:47:41.794Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 2.97 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Quiz App
This App was created using React and CSS only.
All questions are retrieved from [The Open Trivia Database](https://opentdb.com/) using an API call.
The project goal was to practice Front End development with React!Playing this quiz game you might encounter the same question twice given the fact that this app does not use Sessions Tokens to keep track of questions already retrieved.
To see this project live [Click Here](https://jvitoralb.github.io/quiz-app)!
## This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
## Available Scripts
### `npm start`
### `npm run build`## [Learn More](https://facebook.github.io/create-react-app/docs/getting-started).