Aaditya1978 / Quiz-App-MERN

A quiz App in MERN Stack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quiz App MERN

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.

Run Locally

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

Demo

Sign-Up

Sign-Up

Sign-Up

Sign-Up

Sign-Up

Feedback

If you have any feedback, please reach out to us. And don't Forget to ⭐ the Repo. 😀

About

A quiz App in MERN Stack

License:MIT License


Languages

Language:JavaScript 69.0%Language:CSS 30.1%Language:HTML 1.0%