A simple but effective room reservation system to manage hotel room.
- Admin Registration & Login
- Customer Registration & Login
- Book Room
- View Available Rooms
- View Booked Rooms
- Cancel Room
- Delete Account
- User Manuall
- Search Customer
- Remove Customer
- Edit Customner Information
git clone https://github.com/LiteFiury/Hotel-Room-Reservation.git
cd Hotel-Room-Reservation
cd bin
javac ../src/*.java
java Main
- Admins can register, log in, search, and manage customer details.
- Customers can register, log in, book rooms, view available and booked rooms, cancel reservations, and delete accounts.
We welcome contributions to improve the Hotel Room Reservation System. If you have suggestions or improvements, please fork the repository and create a pull request. For major changes, please open an issue first to discuss what you would like to change.
This project is licensed under the MIT License.