-
This is a desktop travel planning application. It has a GUI but most of the user interactions happen using a CLI (Command Line Interface).
-
It is a Java sample application intended for students who students who are infrequent travelers while using Java as the main programming language.
-
It is written in OOP fashion.
-
The original source of the code is the AddressBook-Level3 project created by SE-EDU initiative.
-
Some parts of this sample application were inspired by the excellent Java FX tutorial by Marco Jakob.