Skip to content

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

License

Notifications You must be signed in to change notification settings

LiteFiury/Hotel-Room-Reservation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages