-
This is a desktop TuitionCor application. It has a GUI but most of the user interactions happen using a CLI (Command Line Interface).
-
TuitionCor is targeted at tuition coordinators who have to manage a large amount of contacts.
-
The daily job-scope of a tuition coordinator involves the need to manage large amount of contacts and match the students to tutors according to their credentials, needs and location.
-
Therefore, TuitionCor aims to facilitate this process and make the job of a tuition coordinator easier. *In addition, users are also able to
-
find and filter contacts easily
-
add and edit contacts
-
-
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