GPA Calculator
Calculate your GPA easily by entering grades and units for each course
Project Screenshots
Project Overview
This is a simple GPA Calculator built with HTML, CSS, and JavaScript. Users enter the number of courses they are taking in a semester. The app then dynamically generates pairs of input boxes for each course, one for the course grade and one for the course unit. After entering all grades and units, the calculator computes the GPA for the semester and displays the result.
Back in university, I found it difficult to calculate my GPA, so I created this tool. It made it easy for me to predict what I would get and helped reduce anxiety. This project reminds me to always use programming to solve real-world problems.
Key Features
- Enter number of courses for the semester
- Dynamically generates input boxes in pairs (grade and unit)
- Calculates GPA based on grades and units
- Displays GPA result instantly
- Responsive design for all devices
- Beginner-friendly and easy to use
- Clean, minimal user interface