-
Codeducator is a desktop address book application for private programming language tutors.
-
As a programming language tutor, managing your student contacts and tracking their progress may be too much of a hassle. Codeducator helps alleviate your problems by providing features that make this tracking process more convenient, so that you can just focus on teaching your students.
-
Codeducator has a GUI but the user input is done using a CLI (Command Line Interface).
-
This project is forked from AddressBook-Level4, a project created by SE-EDU initiative at https://github.com/se-edu/
-
Some parts of this sample application were inspired by the excellent Java FX tutorial by Marco Jakob.
-
Libraries used: EasyBind, TextFX, ControlsFX, Jackson, Guava, JUnit4