This project is a simple web application that allows students to calculate their Semester Grade Point Average (SGPA) based on their expected grades and credit scores for each course in a given semester. The user inputs the number of courses they are taking, and the application dynamically generates input fields for each course's credit score and expected grade. Upon submission, the application calculates the SGPA and displays the result.
The application is built using HTML, CSS, and JavaScript.
To run the application, simply open the index.html
file in a web browser.
- Enter the number of courses in the current semester.
- For each course, enter the credit score and expected grade.
- Click the "Calculate" button to calculate the expected SGPA.
- Click the "Reset" button to reset the input data
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
This project is licensed under the MIT License - see the LICENSE file for details.