MyGPA is a web-based GPA calculator built with Next.js, TypeScript, Tailwind CSS and Motion.
NOTE: Do ensure you have the latest versions of Node.js and npm available locally.
git clone https://github.com/acmpesuecc/mygpa.git
cd mygpa
npm installnpm run devThen, visit http://localhost:3000 on your browser
npm run type-check
npm run lint
npm run fmtnpm run build
npm run startWant to get involved? Check out the CONTRIBUTING.md guide to learn how you can contribute code, suggest improvements, or report issues.
This project is licensed under the MIT License — free for personal and commercial use with attribution.
See the LICENSE file for more details.