Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 404 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 404 Bytes

GPA Calculator

A small utility for IIIT Allahabad students. Allows the user to calculate Semester GPA and Cummulative GPA.

forthebadge

Running Locally

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev