Quizzo is the platform where you can take fun quizzes and save the scores update and even contribute questions.
- React and Redux
- Material UI for Styling
- Node JS
- Express
- MongoDB
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