Skip to content

hussain-shariff/quiz-app

Repository files navigation

quiz-app

project in action - quiz lab

Tech Stack

Frontend Stack: React, React router, tailwind css

database : firebase realtime database.

React Libraries: UUID , React Toastify.

Deployment: Vercel

Run Locally

Run this application into your local environment by forking the repository and enter the following commands in your local terminal

Clone the project

  git clone https://github.com/hussain-shariff/quiz-app.git

Go to the project directory

  cd quiz-app

Install dependencies

  npm install

Start the server

  npm run dev