Skip to content

monkey-on-drugs/math_quiz_webapp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Overview

Welcome to the Github repo of Team Paanch Minute. This is a submission for "Foundational Literacy and Numeracy Program" organised by Jayashankar Bhupalpally distrcit of Telangana for improving Mathematics and English skills in Primary Schools.

Time: 1 week from 28th Jan'24 to 04th Feb'24.

NOTE:

  • This website currently works best for 1280 x 720 screen size.
  • You can use developer tools of your browser to set the size of the website window.

Steps to setup locally

  1. Backend Setup:

    • Navigate to the root folder.
    • Run npm install to install the required packages.
    • Run npm run dev to start the backend server. It will run on localhost:4000.
  2. Frontend Setup:

    • Navigate to the frontend folder.
    • Run npm install --legacy-peer-deps to install the necessary dependencies.
    • Run npm start to start the React server. It will run on localhost:3000.
      • Note: You may encounter an error if the backend server is not running yet.
  3. Accessing the Frontend:

    • Visit localhost:3000/ in your browser. This should display the login page.

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 76.1%
  • CSS 21.8%
  • HTML 2.1%