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
- Appealing and user-friendly design
- Real-time GPA calculation
- Preserved data and results
- Grading system customization
- Sharing results via links
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