Try it here - [https://sgpa-calculator-e8rp.vercel.app/]
or Use given code block to clone this repo and run it locally
git clone https://github.com/shinnichi1312/SGPA-CALCULATOR.git
- Install Node.js Runtime from [https://nodejs.org/en/download] if u don't have it locally before using given code blocks with
npm
- then
cd SGPA-CALCUATOR
- then
npm install
to install required dependencies - then
npm run dev
to host it locally