zfaizal2 / abacus

No more spreadsheets, no more guessing. Know your GPA today. A simple platform which calculates and keeps track of your grades throughout a semester.

Home Page:https://abacusgrades.now.sh/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Abacus Grades

working on a new project for students to keep track of coursework

I hate using spreadsheets to keep track of my grades throughout the semester. I also have to calculate my GPA every time I make an estimate. Hopefully this can solve that. Built using Next.js, Express/Node.js, and MongoDB.

Getting started


To the backend running, execute the following commaznd in the /backend directory.

nodemon server

To get the frontend running, execute the following in /frontend.

npm run dev

You can access the UI at localhost:3000 and the backend is hosted on localhost:8000

About

No more spreadsheets, no more guessing. Know your GPA today. A simple platform which calculates and keeps track of your grades throughout a semester.

https://abacusgrades.now.sh/


Languages

Language:JavaScript 94.6%Language:CSS 5.4%