A simple React app that can help keep track of grades throughout the school years. It not only keeps track of CGPA per term, but also tracks prerequisite and corequisite courses and can find courses matching certain grade criteria. It also supports grade conversion for multiple schools. (Screenshots below)
- Track CGPA’s up to a certain term
- Provide course recommendations
- Add support for grade conversion of more schools
- Clone the repo
- Go into the project root directory using the cmd window
- Run
npm install
- Run
nmp start
in the cmd window
- Run
npm run build
- The output files should be in the
build
folder