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.
- Host: GitHub
- URL: https://github.com/jahidul2004/hotel-management-system
- Owner: jahidul2004
- Created: 2025-06-17T18:01:43.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-17T18:44:01.000Z (about 1 year ago)
- Last Synced: 2025-06-17T20:03:17.750Z (about 1 year ago)
- Topics: csharp, desktop-app, dotnet, sql, windows
- Language: C#
- Homepage:
- Size: 401 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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