A simple C# Windows Forms application that simulates a self-service food ordering system.
- Select food items from a dropdown (ComboBox).
- Choose quantity using NumericUpDown.
- Display selected item details with picture, price, and total.
- Add items to the order summary (ListView).
- Show the total order price dynamically.
- Remove items from the order using Right-Click.
- Confirm the order with a simple message.
- Run the application.
- Select a food item from the dropdown.
- Choose the quantity.
- Click "Add to Order" to add the item to the summary.
- View your order in the Order Summary panel.
- Right-Click an item to remove it.
- Click "Confirm Order" to complete your order.
- C# Windows Forms
- Controls used: ComboBox, NumericUpDown, PictureBox, ListView, Panels, MenuStrip, ContextMenu
Mariam Yousry – GitHub Profile