A Simple CGPA Calculator.
Check out the live site - https://srm-cgpa.netlify.app/
From the project folder, run these commands in console (terminal) to install dependencies and run the app:
git clone https://github.com/srmcheck/cgpa-calculator
cd cgpa-calculator
npm install
npm start