Skip to content

imhimanshusoni/Hotel-Management-Project-in-CPP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🏨 Hotel Management System using C++ 🏨

This project is a comprehensive and user-friendly hotel management system that allows users to streamline room booking and food ordering processes. The project is developed using C++ programming language.

📋 Features 📋

The project has two main modules: room management and food management.

  • The room management module allows users to perform various tasks such as:
    • Reserving a room
    • Checking customer information
    • Modifying or deleting any reservation
    • Viewing room availability
  • The food management module allows users to order food from a menu that offers various options such as:
    • Pasta
    • Burger
    • Noodles
    • Shake
    • Chicken-roll
  • The project also provides information regarding sales and collection of both rooms and food.

📸 Screenshots 📸

💻 Technologies 💻

The project uses classes and file handling concepts to store and manipulate the data of customers, rooms, and food. The project also implements user-friendly menus and interfaces to improve the user experience. The project validates the user input and displays appropriate messages for errors or successful operations.

🚀 How to run 🚀

The project can be compiled and executed using any C++ compiler such as g++ or Visual Studio.

To compile the project using g++, run the following command in the terminal:

g++ hotel.cpp -o hotel

To run the project, run the following command in the terminal:

./hotel

📄 License 📄

This project is licensed under the MIT License - see the LICENSE file for details.

🤝 Contributing 🤝

If you want to contribute to this project, feel free to fork it and submit a pull request. Any feedback or suggestions are welcome.

About

A C++ project to manage hotel rooms and food orders.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages