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

https://github.com/fullstackgenerator/gostinc

Gostinc is a console restaurant ordering system with menu-driven selection, tax calculations, and input validation.
https://github.com/fullstackgenerator/gostinc

csharp terminal

Last synced: 8 months ago
JSON representation

Gostinc is a console restaurant ordering system with menu-driven selection, tax calculations, and input validation.

Awesome Lists containing this project

README

          

### Gostinc - A terminal-based ordering system

Gostinc is a C# console application that simulates a restaurant ordering system, using `dictionary` for structured menu management, automated tax calculations, and input validation to ensure reliability. Prices are handled as `decimal` for precision, with `Math.Round` applied for clean, accurate totals.

#### Features:
- Menu system with dictionaries for pizzas, toppings, and drinks.
- Dynamic pricing with automated tax calculations.
- Robust input handling to prevent errors.
- Consistent `decimal` pricing for accuracy.