Skip to content

Track information about your courses and your academic acheivement.

Notifications You must be signed in to change notification settings

iwauta049/Academic-Tracker

Repository files navigation

Academic Tracker GUI

Author: Utaha Iwai ([email protected]) ([email protected])

This is an academic tracker, where the user is able to input courses they are taking at the University of Calgary. The user is able to add projects(exam/assignments) under a course, along with information about the project. The user can then track their grades, updating their grades after completing projects, and track their grades based on the weight of the assignment or exam and how they are doing in the course.

The functionality of the GUI includes showing course information, project information, as well as the grades of the user under different tabs. If the user withdraws from a course, they are able to remove it from their dashboard, and can choose to only see courses in progress in their dashboard. Similarly, users can mark assignments complete and only choose to see in-progress projects.

How to run

Program launched from src/java/ca.ucalgary.groupprojectgui/HelloApplication (main class)

Ensure your system has jdk-22, and java. Download javafx-sdk-22 from https://gluonhq.com/products/javafx/ into C:/Users/Program Files

Download jar file into directory of choice. Navigate to said directory in the terminal and paste the following into command line:

java --module-path "C:\Program Files\javafx-sdk-22\lib" --add-modules javafx.controls,javafx.fxml -jar GroupProjectGUI.jar

into command line.

About

Track information about your courses and your academic acheivement.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages