-
This is a desktop employee management application. It has a GUI but most of the user interactions happen using a CLI (Command Line Interface).
-
This application is still a WIP. Updates and new releases will occur every fortnight
-
Features:
-
A more sophisticated GUI that includes a list panel and an in-built Browser.
-
More test cases, including automated GUI testing.
-
Support for Build Automation using Gradle and for Continuous Integration using Travis CI.
-
Acknowledgements
-
Original source code from AddressBook-Level4 project created by SE-EDU initiative.
-
Some parts of this sample application were inspired by the excellent Java FX tutorial by Marco Jakob.
-
Libraries used: TextFX, ControlsFX, Jackson, Guava, JUnit5