Back
Hotel Management System
Year
2022
Technologies
C#, .NET, MySQL, Windows Forms
Description
A hotel management system I built in C# to get comfortable with desktop development and database design. It handles room bookings, guest check-in/check-out, and availability tracking, all connected to a MySQL database. It was my first time building a complete CRUD application, and it taught me how to think about data relationships and user workflows.
What I Learned:
What I Learned:
- Built full CRUD operations for rooms and guests
- Designed a MySQL database schema for hotel operations
- Automated room availability tracking
- Created check-in/check-out workflows
- Worked with Windows Forms and .NET for the first time