Author: Adam Grabowski
Date: 25th January 2009
License: Open Source
Language: Java
Description:
GradeBook v1.0 is application written in Java for ICS4M1 (Computer and Information Science class).
It was created for teachers in mind who want to manage their classes and students (and their marks) easier.
Works on the basis of folders and txt files as a database.
To start: Compile the project and run Test.java
Works nicely in drJava
In version 1.0 you can:
- Add, delete or edit different courses.
- Add, delete or edit different students in the course.
- Add, delete or edit student assignments in the course (add marks etc.).
- Update the main loop to come back to respectable point after canceling the operation
- Add GUI Version