Skip to content

Kb-Tay/hall_calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Eusoff Hall Points Calculator

This project aims to help eusoff hall students calculate an estimate of their points based on their CCAs.

This repo was bootstrapped with Create React App.

To run locally

  1. Install all packages
npm install
  1. Run locally (on port 3000 by default)
npm run start