This web-based CGPA (Cumulative Grade Point Average) calculator is designed for students at AU (Acme University) to easily calculate their CGPA based on their course credits and letter grades. The calculator provides a user-friendly interface for adding courses and their corresponding grades, and it displays the calculated CGPA.
- Select courses and their respective grades.
- Calculate CGPA based on course credits and letter grades.
- User-friendly and intuitive design.
-
Load the page by opening the
index.html
file in your web browser. -
In the course selection form, select the courses for which you want to calculate CGPA. You can select multiple courses.
-
Click the "Add Courses" button to add the selected courses to the table.
-
In the table, select the corresponding letter grades for each course from the drop-down menus.
-
Once you've added all your courses and grades, click the "Calculate CGPA" button.
-
Your CGPA will be displayed below the table.
-
Clone the repository to your local machine:
git clone https://github.com/yourusername/Au-Cgpa-Calculator.git