ConciergeBook
ConciergeBook is a desktop app for hotel receptionists to efficiently
manage guest bookings via a Command Line Interface
(CLI) while still having the benefits of a Graphical User Interface (GUI).
If you can type fast, ConciergeBook can help you optimise how you manage your rooms,
your guests and all new and existing bookings - faster than traditional GUI apps.
Quick Start
- Ensure you have Java
11
or above installed in your Computer. - Download the latest
conciergebook.jar
from here. - Copy the file to the folder you want to use as the home folder for your ConciergeBook.
- Run
java -jar conciergebook.jar
in your terminal/cmd.
Main features
- Manage hotel bookings
- Manage hotel guests
- Order room services and return total bill for a booking
For more details on how to use the app, you can look at our User Guide. If you would like to extend this project, you can look at our Developer Guide.
Acknowledgements
- This project is based on the AddressBook-Level3 project created by the SE-EDU initiative.
- This project is created as part of National University of Singapore CS2103 module in AY20/21.