Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.