A MERN based Quiz product where user can test their knowledge by taking quiz based on the topic of their choice. A comprehensive report is presented at the end of each quiz.
- React js
- Styled Components
- Material UI
- NodeJS
- PassportJS
- MongoDB
- Kotlin
- Java
- HTML/CSS
Just fork it and feel free to use it.
To get a local copy up and running follow these simple example steps.
- Install Node js in your local system
- Code Editor
- Must have a MongoDb Server and fill the .env with .env.example
After making a clone of this repo open your cmd/terminal and use
Frontend -
- For web users - cd into client/web and then
npm install
(this will install all the dependencies )
Backend -
- cd into server and then
npm install
(this will install all the dependencies )
Once everything has been installed, go to root folder. In the terminal type:
npm start
both Backend and Frontend - (this will open localhost and start the app)
Give a ⭐️ if you like this project!
This project is MIT licensed.