A lightweight, web-based SGPA calculator tailored for students of the Kerala Technological University (KTU) following the 2024 academic scheme. This tool simplifies the process of calculating Semester Grade Point Averages (SGPA) for various student groups.
- Group-Specific Calculators:
- User-Friendly Interface: Intuitive design with easy input and instant results.
- Responsive Design: Works on mobile, tablet, and desktop.
- Offline Ready: Fully client-side. No server required.
- HTML5
- CSS3
- JavaScript (ES6)
To run the project locally:
git clone https://github.com/KtuGpa/KTU2024Scheme.git
cd KTU2024Scheme
Then open any of the group HTML files in a browser:
group-A.html
group-B.html
group-C.html
group-D.html
├── group-A.html
├── group-B.html
├── group-C.html
├── group-D.html
├── index.html
├── script.js
└── styles.css
##📈 How It Works
Each calculator allows students to enter their grades according to their curriculum group. The SGPA is then computed based on subject credits and KTU’s grading rules.
##🤝 Contributing
Contributions are welcome!
-
Fork the repo
-
Create a new branch: git checkout -b feature-name
-
Commit your changes: git commit -m "Add new feature"
-
Push to your fork: git push origin feature-name
-
Submit a pull request