https://github.com/codewithtejpratab/hotelsystem-main
CLI application hotel reservation system. The system is used to automate reservations and other details
https://github.com/codewithtejpratab/hotelsystem-main
Last synced: 7 months ago
JSON representation
CLI application hotel reservation system. The system is used to automate reservations and other details
- Host: GitHub
- URL: https://github.com/codewithtejpratab/hotelsystem-main
- Owner: CodeWithTejpratab
- Created: 2022-04-07T14:15:21.000Z (about 4 years ago)
- Default Branch: Hotel
- Last Pushed: 2024-04-03T14:56:58.000Z (about 2 years ago)
- Last Synced: 2025-01-16T06:35:52.782Z (about 1 year ago)
- Language: C++
- Homepage:
- Size: 460 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hotel Booking System CLI Application
This CLI (Command Line Interface) application is a simple Hotel Booking System built using object-oriented programming (OOP) principles and data structures, particularly linked lists. The application is designed to manage hotel rooms, allowing clients to check in, check out, and request room services.
Features
10 Rooms: The hotel consists of 10 rooms, each uniquely identified.
Client Management: Clients can check in to a room, check out from a room, and request room services.
Room Service: Clients can request room services.