Skip to content

Take a G.K. Quiz ,get reports and contribute questions, build your profie

Notifications You must be signed in to change notification settings

vdmondkr2002/Quizzo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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