- This ๐คapp Calculate๐ CGPA & SGPA.๐ฏ
- Project is based on VTU CGPA Calculation Formulaโ.
Idea about building this Project
- Calculating CGPA is some time irritating ๐ค so thought of building one Application which include User Interactivity โค๏ธ & user Flexiblity .
- Developing this app using โ๏ธ React & Redux was fun & challenging.
- Main logic of this app is in
state/cgpaSlice.js
file.
- A much interactive UI๐ป, we can add more subjects, remove subjects, change the subjects marks๐ฏ, even add & remove semesters Card etc.
docker container run -p 3000:3000 -d --name cgpa cgpa
docker network create my_network
Development build with docker compose
docker-compose -f .\docker-compose.dev.yml up -d
docker-compose -f .\docker-compose.dev.yml down
Production build with docker compose
docker-compose -f .\docker-compose.prod.yml up -d
docker-compose -f .\docker-compose.prod.yml down
- Installing pnpm dependencies
pnpm run build
pnpm run start