Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/s-rb/react-quiz-app
https://github.com/s-rb/react-quiz-app
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/s-rb/react-quiz-app
- Owner: s-rb
- Created: 2023-08-24T20:32:56.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-01T10:35:04.000Z (about 2 months ago)
- Last Synced: 2024-12-01T11:27:58.346Z (about 2 months ago)
- Language: JavaScript
- Size: 316 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Quiz is a simple frontend ReactJS application where you can answer some questions from opentdb.com
![quiz_screenshot](src/assets/Quiz.png)
### Features:
- The application calculates right and wrong answers
- It shows you the results
- This application acquires questions and answers from the open API of opentdb.com.
- The application was created for educational purposes to study ReactJS### Technologies:
- The main language of the application is JavaScript.
- It uses the ReactJS library.
- The project was bootstrapped with Create-react-app#### Demo is here: [Click me!](http://quiz.surkoff.su)