Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 945 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 945 Bytes

GPA Calculator Tool

A tool with clean and easy-to-use design that allows you to enter your grades and come back for them later without having to manually save anything, and without having to worry about re-entering anything. The tool also allows you to set your own institution's grading scheme so that you get the most accurate GPA calculations that are compatible with your systems and curriculums. Built with TailwindCSS, React.js and TypeScript

By MoBakour

Features

  • Appealing and user-friendly design
  • Real-time GPA calculation
  • Preserved data and results
  • Grading system customization
  • Sharing results via links

Run locally

You will need Node.js installed on your system to install required packages using npm

# clone the repo then cd into it
git clone https://github.com/MoBakour/gpa_calculator_tool

# install required packages
npm install

# run code
npm run dev