A desktop application built with Java Swing to manage student records and grades.
- Add student name and grades
- View all student records
- Calculate Average, Highest, and Lowest scores
- Interactive GUI built with Java Swing
- Java
- Java Swing for GUI
- OOP Concepts
- Clone the repo:
git clone https://github.com/mgarg616/Student-Grade-Tracker.git - Compile:
javac StudentGradeTrackerGUI.java - Run:
java StudentGradeTrackerGUI
๐ฏ Learning Outcomes
This project helped me strengthen my understanding of: Java Programming Object-Oriented Programming (OOP) GUI Development using Java Swing Event Handling Software Design and User Interface Development