-
This is a desktop addressbook and calendar application built for salesmen. It has a GUI but most of the user interactions happen using a CLI (Command Line Interface).
-
It is meant to keep track of a large number of clients based across many different countries as well as the appointments that are scheduled with them. It supports note-taking and archiving.
-
It is based on AddressBook-Level4 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