An open API service indexing awesome lists of open source software.

https://github.com/jahidul2004/hotel-management-system

A desktop application built with C# that facilitates efficient management of hotel operations including room booking, customer check-in/out, and billing. This system offers a user-friendly interface to streamline daily hotel management tasks.
https://github.com/jahidul2004/hotel-management-system

csharp desktop-app dotnet sql windows

Last synced: about 2 months ago
JSON representation

A desktop application built with C# that facilitates efficient management of hotel operations including room booking, customer check-in/out, and billing. This system offers a user-friendly interface to streamline daily hotel management tasks.

Awesome Lists containing this project

README

          

# 🏨Hotel Management System

A desktop application built with C# and .NET to efficiently manage hotel operations such as room booking, customer check-in/out, and billing. This system provides a user-friendly interface to streamline daily hotel management tasks.

---

## 🚩Features

- Room management: Add, edit, and delete rooms
- Booking management: Book rooms for customers
- Customer management: Store and update customer details
- Check-in and check-out functionalities
- Billing and invoice generation
- Search and filter rooms and bookings
- Simple and intuitive user interface built with WinForms/WPF (specify your UI framework)

---

## 🛠️Technology Stack

- Language: C#
- Framework: .NET (specify version e.g., .NET 6.0 or .NET 8.0)
- UI: WinForms / WPF (choose one)
- Database: (specify if used, e.g., SQLite, SQL Server, etc.)

---

## 📋Prerequisites

- Windows OS
- [.NET SDK](https://dotnet.microsoft.com/en-us/download) (version 6.0 or later)
- Visual Studio 2019 or later / Visual Studio Code (with C# extension)

---

## ⚙️Installation & Running

1. Clone the repository

```
git clone https://github.com/jahidul2004/hotel-management-system.git
```

2. Open the project folder in Visual Studio or VS Code.

3. Restore dependencies and build the project

```
dotnet restore
dotnet build
```

4. Run the applications

```
dotnet run --project path\to\your\HotelManagementSystem.csproj
```

OR open the solution file (.sln) in Visual Studio and press F5 to run.

## 📞Contact

Created by Jahidul Islam Jihad.
Email: [islamjahiduljihad@gmail.com](islamjahiduljihad@gmail.com)

GitHub: [https://github.com/jahidul2004](https://github.com/jahidul2004)

Portfolio: [jahiduljihad.netlify.app](https://jahiduljihad.netlify.app/)

# Hello everyone