Back to projects

GPA Calculator
Fuad Seid / August 20, 2025
GPA Calculator 🎓
A Flutter mobile application designed to help students of Debre Berhan University calculate their Grade Point Average (GPA) according to the university's specific grading system.
Core Features
1. GPA Calculation
- Input course grades and credit hours
- Automatically computes Semester GPA (SGPA) and Cumulative GPA (CGPA)
- Supports multiple semesters with dynamic course addition
2. Grade Visualization
- Grades displayed with color codes for clarity:
- Red: Bad
- Yellow: Risk
- Green: Good
- Provides instant visual feedback on academic performance
3. User Interface
- Built entirely with Flutter
- Clean, interactive, and mobile-friendly design
- Real-time GPA updates as the user inputs grades
Technology Stack
- Flutter for mobile development
- Dart as the programming language
Setup Guide
1. Clone Repository
git clone https://github.com/Fuadseid/GPA-calculator-project.git
cd GPA-calculator-project