Language Learning Quiz MERN Application

A Language Learning Quiz made using MERN stack.


MongoDB Nodejs Nodejs Nodejs

Features

  • 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.

Getting Started

  1. Clone / Download the repository

  2. Install dependencies(first go to both the directories separately i.e frontend and backend using cd command then)

    npm install
  3. 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).

  4. Run the project

    npm start