The ET Car Store Desktop App is a simple and user-friendly C# Windows Forms application designed to sell cars and manage customer orders.
- View Cars for Sale β Browse a list of available cars with details like model, price, and image.
- Make an Order β Customers can select a car and place an order directly through the app.
- Order Management β The app stores customer orders for review and processing.
- Modern UI β Clean and professional interface with intuitive navigation.
- C# (.NET Framework)
- Windows Forms
- Visual Studio
- Clone or download the project.
- Open the solution (.sln) file in Visual Studio.
- Build the solution.
- Run the application (press F5 or click Start).
-
View Cars for Sale β Browse a list of available cars with details like model, price, and image.
-
Admin Access β
You can log in to the Admin Panel using:- Username:
admin - Password:
admin@123
- Username:
Once logged in, the admin can:
- Edit car details such as model, price, and information
- Add new cars to the store
- Manage customer orders and update order status
- CarStore/
- βββ Forms/
- β βββ login.cs
- β βββ Order.cs
- β βββ payment.cs
- β βββ about.cs
- β βββ contact.cs
- β βββ setting.cs
- βββ Program.cs
- βββ README.md
Purpose
- Designed for demo or small business use.
Pricing
- All prices are in Ethiopian Birr (ETB).
Database
- Data is stored in MySQL.
- Database location:
carstore/bin/Debug/net8.0-windows/db/carstoreDB.sql.





