You can find the live demo here https://qriosity-quizapp.herokuapp.com/
Qriosity is a web application where a user can create quiz (both single correct as well as multiple correct), add negative marking to questions, attempt quiz and analyse scores.
- NodeJS
- ReactJS
- MongoDB
- ExpressJS
- Redux
cd client
npm install
npm start
First set up proper environment variables by creating a .env file
cd server
npm install
npm start