A booking system ran through terminal in order to do the following:
- Create new Dog and Monkey profiles and add them to an existing system.
- Reserve an animal for service
- Print a list of all dogs, monkeys, available animals not yet reserved, and unavailable animals already reserved and in service
This project is designed for a fictional Pet Rescue Company
To use this booking system, utilize the following steps to download all files needed:
- Fork this project
- Download the project by going to the homepage of the forked project, clicking code, and selecting "Download ZIP"
- Go to your File manager and extract the zipped files to your desired file path
- Open the folder in your favorite code editor (I like using Visual Studio Code but any editor works)
- Run the program
The program should prompt you with a menu of options to select from. Have fun.
REMINDER: THERE IS NO DATABASE, THEREFOR ALL CHANGES MADE WHILE USING THE TERMINAL APPLICATION IS STRICTLY LOCAL AND WILL NOT SAVE WHEN YOU CLOSE THE PROGRAM
By building this project, I was able to showcase my understanding of Java concepts, utilizing clean and industry standard methods and concepts to build a complex terminal booking system for a fictional company. (Academic Project for the completion of IT-145 Foundations in Application Development.)