Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/i-m-hossain/quiz-app-react
A quiz application
https://github.com/i-m-hossain/quiz-app-react
javascript react
Last synced: about 1 month ago
JSON representation
A quiz application
- Host: GitHub
- URL: https://github.com/i-m-hossain/quiz-app-react
- Owner: i-m-hossain
- Created: 2022-01-30T13:58:27.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-30T15:42:57.000Z (almost 3 years ago)
- Last Synced: 2024-10-15T07:28:09.821Z (3 months ago)
- Topics: javascript, react
- Language: JavaScript
- Homepage: https://quiz-react-js.netlify.app/
- Size: 564 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A Quiz app using React
Live link [Quiz App](https://quiz-react-js.netlify.app/).
## Features
1. A question page with multiple answers to answer with using controlled input checkbox
2. A progressbar that monitors the progress of the question being answered
3. A mini player (react player) to play corresponding youtube video tutorial of the question
4. A result page featuring marks a user obtained and the analysis of the questions and answers.
5. Reusable and custom components
6. Firebase authentication system
7. Protected routes
8. Infinity scroll enabled in the homepage
9. Custom hooks and context api
10. Firebase realtime database is used to store data.