An open API service indexing awesome lists of open source software.

https://github.com/mohamedismail37/pizza-maker

A Windows Forms (GUI) application that simulates a pizza restaurant's cashier interface.
https://github.com/mohamedismail37/pizza-maker

csharp graphical-user-interface gui pizza ui winform winforms

Last synced: 3 months ago
JSON representation

A Windows Forms (GUI) application that simulates a pizza restaurant's cashier interface.

Awesome Lists containing this project

README

          

# Pizza-Maker-GUI
### The system provides a user-friendly menu where customers can select pizza types, sizes, toppings, etc.
### It calculates total prices and supports order confirmation and reset forms.

---

## Demo Video

[Watch the full video demo on Drive](https://drive.google.com/file/d/1H-xXM9XY8hjSYJE20fTR3xP03DsX8CO8/view?usp=sharing)

---

## Table of Contents

- [Tools and Framework](#tools-and-framework)
- [Features](#features)
- [Screenshots](#screenshots)

---

## Tools and Framework
- `C#`
- `.NET Framework` (WinForms)

---

## Features

- Menu interface with pizza types and sizes
- Optional toppings and extras
- Automatic total price calculation
- Button-based user interaction with real-time updates

---

## Screenshots

- **Welcome Screen**

![Welcome Screen](assets/WelcomeScreen.png)

- **Default Order Screen**

![Default Order Screen](assets/DefaultOrderScreen.png)

- **Choices 1**

![Choices 1](assets/Choices1.png)

- **Choices 2**

![Choices 2](assets/Choices2.png)

- **Confirmation Message**

![Confirmation Message](assets/ConfirmationMessage.png)