It's a Programmer's Quiz App made with MERN Stack. Here user can signup and login and after that can take a quiz with prefferd level of difficulty and the programming skill set to choose from. Here Quiz qustions are fetched from QuizAPI.
Clone the project
git clone https://github.com/Aaditya1978/Quiz-App-MERN
Go to the project directory
cd Quiz-App-MERN
Install dependencies for Client And Server
cd server
npm install
cd client
npm install
Start the both server on seprate terminals
cd server
npm index.js
cd client
npm start
If you have any feedback, please reach out to us. And don't Forget to ⭐ the Repo. 😀