https://github.com/michaelfromyeg/student-gradebook
HackED 2019 project by Michael DeMarco, Jordan Van Den Bruel, and Rajan Maghera.
https://github.com/michaelfromyeg/student-gradebook
hackathon java swing
Last synced: about 2 months ago
JSON representation
HackED 2019 project by Michael DeMarco, Jordan Van Den Bruel, and Rajan Maghera.
- Host: GitHub
- URL: https://github.com/michaelfromyeg/student-gradebook
- Owner: michaelfromyeg
- License: mit
- Created: 2019-01-19T19:31:05.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2022-01-01T21:46:42.000Z (over 3 years ago)
- Last Synced: 2025-02-08T12:13:55.950Z (4 months ago)
- Topics: hackathon, java, swing
- Language: Java
- Homepage:
- Size: 253 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Student Gradebook
HackED 2019 project by Michael DeMarco, Jordan Van Den Bruel, and Rajan Maghera.
## About
The aim of this project is to allow a student to track their tests by class to help monitor performance. It also emulates the feature of many popular online apps allowing users to see what grade they'd need on an assignment given the rest of their grades.
## Usage
It is runnable in IntelliJ; it was originally built in Eclipse, so it should be usable with that IDE as well. Use the pre-existing configurations to launch `StudentGradebook.java`.
## Screenshots
See the app in use below!

The homepage of the application.

The view of all classes.

The view of a given classes.

Editing a test in a given class.

A view of your net performance in all classes.