A quiz app where you can play multiple types of quiz and compete with other players
Have a look at the live demo of Quizgrad.
/div
Clone the project
git clone https://github.com/mehulsatardekar/Quizgrad.git
Go to the project directory
cd Quizgrad
Install dependencies
npm install
Start the server
npm run dev
This application uses Vite Environment.
npm run dev
After successfull installation you will need to add .env file and supabase keys to run this app
Add .env file to the root folder
VITE_SUPABASE_URL= your Supabase url
VITE_SUPABASE_ANON_KEY= your Supabase anon key
How to initialize & add keys to the app in supabase