Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 525 Bytes

File metadata and controls

17 lines (13 loc) · 525 Bytes

CodeAlpha_HotelReservationSystem

A simple Java-based Hotel Reservation System (CLI) with room categories, booking, cancellation, payment simulation and CSV persistence.

Run

  1. Open this folder in VS Code.
  2. Compile: javac *.java
  3. Run: java Main

Data files are stored in data/rooms.csv and data/reservations.csv.

Features

  • Room categories: Standard, Deluxe, Suite
  • Search available rooms by category & date
  • Book and cancel reservations
  • Payment simulator
  • CSV persistence for rooms & reservations