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.
- The quickest way to get started is to clone the project and utilize it like this:
-
Install dependencies from in both client folder and mern-CalculationApp folder using your command line:
-
in command line client run the following command:
-
in command line mern-CalculationApp folder run following command:
-
Then open your two browser go to:
http://localhost:3000http://localhost:5000
Calculation Quiz App with MERN stack
-
-
email : [email protected] -
password : test1234 -
email : [email protected] -
password : newuser1234
-
- ISC





