It's a Quiz App made with MERN Stack. Here user can signup and login and after that can take a quiz. Here Quiz qustions schema are similar to QuizAPI. It is connected to my atlas remote mongo database.
Clone the project
Go to the project directory
Install dependencies for Client And Server
cd backend
npm install
cd frontend
npm install
Start the both server on seprate terminals
cd backend
npm index.js
cd frontend
npm start
quiz questions schema sample is as follows
If you have any feedback, please reach out to me. And don't Forget to ⭐ the Repo. 😀