A simple quiz app built with React and Firebase. This app allows users to take a quiz based on a video tutorial and see their score at the end.
Live Demo: Click here
- User authentication
- Protected routes
- Quiz questions and answers stored in Firebase
- Score is calculated and displayed at the end of the quiz
- User can retake the quiz
- User can watch the video tutorial
- Clone the repository
- Run
yarnto install dependencies - Copy the
.env.examplefile and rename it to.env.local - Add your Firebase config to the
.env.localfile - Run
yarn startto start the app - Navigate to
http://localhost:3000to view the app
- React
- Firebase
- React Router
- React Hooks
MIT License


