Skip to content

Arqamz/transcriptly

Repository files navigation

Transcriptly

GPA Calculator & Improvement Tracker

A Next.js app to calculate SGPA/CGPA and track GPA improvements based on grade changes.

Features

  • 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.

Installation

  1. Clone the repo:

    git clone https://github.com/Arqamz/transcriptly.git
  2. Install dependencies:

    • Using npm:

      npm install
    • Using yarn:

      yarn install
    • Using pnpm:

      pnpm install
  3. 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.

About

A simple website to let you calculate your GPA and play around with your transcript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published