Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zyx-0314/cp1-andoks-ordering
The Simulated Andoks Ordering System is a C++ console application that allows users to view a menu, select appetizers and drinks, and review their orders. It offers a simple, user-friendly interface to simulate ordering food and drinks, ideal for practicing basic programming concepts in C++.
https://github.com/zyx-0314/cp1-andoks-ordering
basic-programming cpp school-project
Last synced: 2 months ago
JSON representation
The Simulated Andoks Ordering System is a C++ console application that allows users to view a menu, select appetizers and drinks, and review their orders. It offers a simple, user-friendly interface to simulate ordering food and drinks, ideal for practicing basic programming concepts in C++.
- Host: GitHub
- URL: https://github.com/zyx-0314/cp1-andoks-ordering
- Owner: zyx-0314
- License: gpl-3.0
- Created: 2024-11-19T04:05:24.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-22T05:34:03.000Z (2 months ago)
- Last Synced: 2024-11-22T06:23:47.924Z (2 months ago)
- Topics: basic-programming, cpp, school-project
- Language: C++
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
This project is a **C++ console application** designed to simulate an ordering system for Andoks. It offers functionalities to view a menu, choose from appetizing dishes, order drinks, and review your order.
[![wakatime](https://wakatime.com/badge/user/018dd99a-4985-4f98-8216-6ca6fe2ce0f8/project/6c0a3b1d-d478-4df3-8151-17eb81747827.svg)](https://wakatime.com/badge/user/018dd99a-4985-4f98-8216-6ca6fe2ce0f8/project/6c0a3b1d-d478-4df3-8151-17eb81747827)
![](https://visit-counter.vercel.app/counter.png?page=zyx-0314/Simulated-Andoks-Ordering-System)
---
Table of Contents
---
## Overview
This C++ console application simulates an ordering system for **Andoks**, providing an easy-to-use interface for selecting dishes, drinks, and reviewing orders.
### Key Features
- **Menu Listing:** Displays a categorized menu of dishes, including appetizers and drinks.
- **Ordering System:** Allows users to select multiple items from the menu and add them to their order.
- **Order Review:** Provides a summary of the items ordered before confirming the purchase.
- **Clear and Intuitive Interface:** Ensures seamless interaction with the system.### Technology
![C++](https://img.shields.io/badge/C++-00599C?style=for-the-badge&logo=c%2B%2B&logoColor=white)
---
## Resources
| Title | Purpose | Link |
|----------------------------|-----------------------------------------------|---------------------------------------------|
| C++ Documentation | Reference for C++ language features | https://cplusplus.com/doc/ |