CGPA Calculator is a web application used to calculate GPA and CGPA for M.Sc. Integrated(5 yrs) Students in College Of Engineering, Guindy.
Tech Stack: React JS, React-Bootstrap, Redux.
Visit this application at https://rithick0907.github.io/cgpa-calculator/
- Either Fork or Clone this project and open the folder in CLI.
- Install all the dependencies using the
npm install
command. - Start the development Server using
npm start
command. The app will be served at http://localhost:3000/. - Go ot http://localhost:3000/ in your browser and start use this app.
- Select your course (CS or IT) in the Main Page.
- Select the Semester you want to calculate GPA and CGPA.
- Enter your grades in that semester subjects and Click Add Grade.
- After adding your grades, your CGPA will be displayed at the top of the page.
- Your GPA for specific semester is displayed in that Semester Card itself.