Here user can perticipate in quiz and assess what the learned from learn with sumit youtube channel.
Client: React, TailwindCSS
Server: Firebase
To run this project, you will need to add the following environment variables to your .env file
REACT_APP_API_KEY
REACT_APP_AUTH_DOMAIN
REACT_APP_PROJECT_ID
REACT_APP_STORAGE_BUCKET
REACT_APP_MESSAGING_SENDER_ID
REACT_APP_APP_ID
REACT_APP_DATABASE_URL
this are for firebase config
Clone the project
git clone [email protected]:SuhravHussen/Quiz-App.git
Go to the project directory
cd my-project
Install dependencies
npm install
Start the server
npm run start