Skip to content

Dima-Kaddah/mern-CalculationApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MERN stack Quiz Application 💡

MERN Stack MathQuizApp is built with a collection of JavaScript based technologies from Client to Server to Database. This repository contains the code for a RESTful API and React frontend Client folder that was built using the MERN stack:

  • MongoDB
  • Express
  • React
  • NodeJS

-This SPA with 5 pages (routes):

    • A Homepage to ask Signup or Signin to the application.
    • Signup page for users to register to be able to use the app.
    • Login page for users to authenticated in the app to access private pages.
    • select level page (EAZY, NORMAL,HARD) after Signup or login.
    • A questionCard page which shows the questions and actions
    • special page only for admin to add more question to the databases.

Quick Install

  • The quickest way to get started is to clone the project and utilize it like this:
  1. Install dependencies from in both client folder and mern-CalculationApp folder using your command line:

    npm install

  2. in command line client run the following command:

    npm start

  3. in command line mern-CalculationApp folder run following command:

    npm run dev

  4. Then open your two browser go to:

    • http://localhost:3000
    • http://localhost:5000

🏠 page

👤 signUp

🎲 Select level

🎮 Play

🎉 WIN

😭 Lose

Always try again 😎

Deployment : Heroku

Calculation Quiz App with MERN stack

License

  • ISC

Author:

About

Calculation Quiz App with MERN stack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors