Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 935 Bytes

README.md

File metadata and controls

42 lines (26 loc) · 935 Bytes

gpa-calc

An easy-to-use tool that enables Sabanci University students to calculate their semester and overall GPAs on the fly.

Demo Image

Motivation

I wanted a decent interface for calculating future course grades.

Features

  • Uses the A, A-, B+ ... D, F grading system.
  • Supports multiple profiles.
  • Supports Satisfactory (S), Unsatisfactory (U) grading and repeated courses.

Built with

Developing

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

Building

Create a production version of the app:

npm run build

Preview the production build with npm run preview.