-
This is a desktop delivery address book application. It has a GUI but most of the user interactions happen using a CLI (Command Line Interface).
-
Users will be able to add individuals to the address book and route out deliveries based on the day
-
The program will return attributes that will make the delivery mans life easier such as distance to destination and best time to leave
-
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
-
Code is developed from AddressBook-Level4 project created by SE-EDU initiative at https://github.com/se-edu/