A Next.js app to calculate SGPA/CGPA and track GPA improvements based on grade changes.
- GPA Calculator: Add semesters, courses, and calculate SGPA/CGPA.
- GPA Improvement Tracker: See how changing grades for specific courses can affect your overall CGPA.
- Import/Export: Import/export transcript in JSON format for use across sessions/devices.
-
Clone the repo:
git clone https://github.com/Arqamz/transcriptly.git
-
Install dependencies:
-
Using npm:
npm install
-
Using yarn:
yarn install
-
Using pnpm:
pnpm install
-
-
Run the development server:
-
Using npm:
npm run dev
-
Using yarn:
yarn dev
-
Using pnpm:
pnpm run dev
-
This project was built in about an hour as a test of v0.dev's capabilities, with the entire website generated without having to write any code myself.