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