This is a simple Android application built using Jetpack Compose and Kotlin that calculates the Cumulative Grade Point Average (CGPA) based on the grades and credits of the subjects entered by the user.
- Input fields for grades and credits for up to 4 subjects.
- Calculation of CGPA based on the grades and credits entered.
- Display of all-time CGPA.
- Display of previous semesters' grades and credits.
- Kotlin
- Jetpack Compose
- Material Design 3
- Android Studio (latest version recommended)
- Basic knowledge of Kotlin and Jetpack Compose
-
Clone the repository:
git clone https://github.com/Ajay-patidar0/CGPA_Calculator.git
-
Open the project in Android Studio.
-
Build and run the project on an emulator or a physical device.
- Launch the application on your Android device.
- Enter the grades and credits for up to 4 subjects.
- Tap on "Calculate CGPA" to see the calculated CGPA.
- The application will display the all-time CGPA and the grades and credits of previous semesters.