/Hotel-Room-Reservation

A simple but effective room reservation system to manage hotel room.

Primary LanguageJavaMIT LicenseMIT

Hotel Room Reservation

A simple but effective room reservation system to manage hotel room.

Features

  • 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

Installation

Clone the repository

git clone https://github.com/LiteFiury/Hotel-Room-Reservation.git
cd Hotel-Room-Reservation

Navigate to the bin directory and compile the Java files

cd bin
javac ../src/*.java

Run the application

java Main

Usage

Admin and Customer Operations

  • 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.

Contributing

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.

License

This project is licensed under the MIT License.