-
This is a desktop application that targets pet store owners. It has a GUI but most of the user interactions happen using a CLI (Command Line Interface).
-
It is an application intended for pet store owners to manage their activities. (e.g. add pets, manage schedule, etc.)
-
This application is based on 2 main systems, one that manages pets, and another one that organises showering schedules.
Acknowledgements
-
Original source of the code is from AddressBook-Level3 project created by SE-EDU initiative at https://se-education.org
-
Some parts of this sample application were inspired by the excellent Java FX tutorial by Marco Jakob.