Skip to content

Latest commit

 

History

History
56 lines (47 loc) · 1.16 KB

README.md

File metadata and controls

56 lines (47 loc) · 1.16 KB

Table of contents

Description

Quizzo is the platform where you can take fun quizzes and save the scores update and even contribute questions.

Project Demo

Take a Quiz

Demo gif1

Add a Question

Demo gif2

Deployed Link-

Tech Stack Used

Front End-

  • React and Redux
  • Material UI for Styling

Back End-

  • Node JS
  • Express

Database(DBMS)-

  • MongoDB

Run On Local Machine

Step1 - Clone this repository using:

$ git clone https://github.com/vdmondkr2002/Quizzo-app.git

Step2 - Install the server dependencies:

cd Quizzo-app
cd server
npm install

Step3- Install the client dependencies:

cd client
npm install

Step4- Create a config.env file inside the config folder of parent directory and put variable values as guided in config.env.example file

Step5- Now you can run the app on localhost:3000 using:

$ npm run dev