An easy-to-use tool that enables Sabanci University students to calculate their semester and overall GPAs on the fly.
I wanted a decent interface for calculating future course grades.
- Uses the A, A-, B+ ... D, F grading system.
- Supports multiple profiles.
- Supports Satisfactory (S), Unsatisfactory (U) grading and repeated courses.
Install dependencies with pnpm install
, then start a development server:
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
Create a production version of the app:
npm run build
Preview the production build with npm run preview
.