The Hotel Reservation System is a Java program that allows users to reserve hotel rooms for a given date range. The program provides a graphical user interface (GUI) that allows users to input their personal details and select a room for reservation. The program then reserves the selected room and displays the total cost of the reservation.
git clone https://github.com/yourusername/hotel-reservation-system.git
-
JavaFX
: JavaFX is used to create the graphical userinterface (GUI)
for the program. -
LocalDate
: LocalDate is used to represent the check-in and check-out dates for the reservation. -
ArrayList
: ArrayList is used to store the list of rooms in the hotel.