The CGPA Checker is a web application designed to help students calculate their Cumulative Grade Point Average (CGPA) based on their academic performance. The project was developed using HTML, CSS, and JavaScript within the span of one week, starting on the 26th of May 2024 and completing on the 31st of May 2024.
- User-friendly interface for inputting course details
- Dynamic display of calculated CGPA
- Validation of user inputs to ensure data accuracy
- Responsive design for compatibility with different devices, including mobile and tablet views
- HTML: For structuring the content of the application.
- CSS: For styling the application and making it visually appealing.
- JavaScript: For implementing the core functionality and interactivity of the application.
- Enter your personal information, including Username, Registration Number, Department, and Level.
- Input the details for each course, including Course Code, Course Unit, and Grade.
- Click the "Calculate CGPA" button to see your CGPA.
- If there are any input errors, the application will prompt you with an alert and highlight the fields that need correction.