Checkout-[https://cozy-florentine-ad6016.netlify.app/]
- A list of questions is asked with options of which user has to select best option of his ability.
- After the test, a page contained details of the test including how much question attempted, pointes earned, qualified or not are shown.
- A list of all user with their score, attempts, points earned and result is shown .
- A restart button was there so that user can again give the test.
-
Clone / Download the repository
-
Install dependencies(first go to both the directories separately i.e frontend and backend using cd command then)
npm install
-
create .env file for backend as well as frontend with details of port no., mongodb url(for .env of backend) and backend url (for .env of frontend).
-
Run the project
npm start