A simple desktop-based Car Rental Management System built using C# WinForms and .NET Framework. This system was developed as an academic project during my second year, second semester.
- π User login authentication
- π Vehicle management (Add, Edit, Delete)
- π₯ Customer records
- π Rental booking and return tracking
- π΅ Basic payment tracking
- π Print rental receipt
- π§Ύ Maintenance records
- C# (.NET Framework)
- Windows Forms (WinForms)
- MySQL via XAMPP (MariaDB)
- Visual Studio
-
Clone this repository:
git clone https://github.com/yourusername/car-rental-winforms.git
-
Open the
.slnfile in Visual Studio. -
Restore any missing NuGet packages (if applicable).
-
Update the connection string in the config file (if youβre using a local DB).
-
Run the project using Start (F5).
This was a student project and may still contain legacy or unoptimized code. Future plans include:
- Code refactoring for better readability
- UI/UX improvements
- Modernizing with WPF / .NET Core or MAUI (optional)
Clarence Sabangan
Built during 2nd year, 2nd semester as part of my school project.
This project is licensed under the MIT License.
Feel free to customize and improve it!