{"id":29135604,"url":"https://github.com/lunahoushmand16/restaurant-order-system-python","last_synced_at":"2025-06-30T10:07:31.080Z","repository":{"id":295001897,"uuid":"988762119","full_name":"lunahoushmand16/Restaurant-Order-System-Python","owner":"lunahoushmand16","description":"This simple application was built using new Python skills to create a program that allows customers to place orders with a takeout restaurant and receive an itemized receipt.","archived":false,"fork":false,"pushed_at":"2025-05-23T03:44:17.000Z","size":991,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-23T04:39:44.154Z","etag":null,"topics":["command-line","data-structures","python3"],"latest_commit_sha":null,"homepage":"https://github.com/lunahoushmand16/Restaurant-Order-System-Python","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lunahoushmand16.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-05-23T03:21:11.000Z","updated_at":"2025-05-23T03:48:06.000Z","dependencies_parsed_at":"2025-05-23T04:39:50.125Z","dependency_job_id":null,"html_url":"https://github.com/lunahoushmand16/Restaurant-Order-System-Python","commit_stats":null,"previous_names":["lunahoushmand16/restaurant-order-system-python"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lunahoushmand16/Restaurant-Order-System-Python","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lunahoushmand16%2FRestaurant-Order-System-Python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lunahoushmand16%2FRestaurant-Order-System-Python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lunahoushmand16%2FRestaurant-Order-System-Python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lunahoushmand16%2FRestaurant-Order-System-Python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lunahoushmand16","download_url":"https://codeload.github.com/lunahoushmand16/Restaurant-Order-System-Python/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lunahoushmand16%2FRestaurant-Order-System-Python/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262753178,"owners_count":23358884,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["command-line","data-structures","python3"],"created_at":"2025-06-30T10:07:30.287Z","updated_at":"2025-06-30T10:07:31.065Z","avatar_url":"https://github.com/lunahoushmand16.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🍱 Takeout Restaurant Menu and Order System With Python\n\n## 📌 Description\n\n- **Motivation:** Learn how to build a functional, interactive command-line application in Python.\n- **Purpose:** Simulate a simple takeout restaurant experience using loops, conditionals, and data structures.\n- **Problem Solved:** Allows users to browse a menu, select items with quantities, view real-time order and receive a final receipt.\n- **What I Learned:** mproved Python skills, especially in user input handling, list/dictionary manipulation, loop control, and formatted output presentation.\n\n## Table of Contents\n\n- [Installation](#installation)\n- [Usage](#usage)\n- [Credits](#credits)\n- [License](#license)\n- [Badges](#badges)\n- [Features](#features)\n- [How to Contribute](#how-to-contribute)\n- [Tests](#tests)\n\n## Installation\n\n1. Clone the repository:\n   ```sh\n   git clone https://github.com/lunahoushmand16/Restaurant-Order-System-Python\n   ```\n2. Navigate to the project folder:\n   ```sh\n   cd  Restaurant-Order-System-Python\n   ```\n3. Run the Python script:\n   ```sh\n   python3 takeout_order_system.py\n   ```\n- ✅ No external packages or database setup required.\n\n## Usage\n\n- Run the script from your terminal.\n\n- Browse the restaurant menu.\n\n- Enter the item number and quantity to add it to your order.\n\n- Continue ordering or quit when ready.\n\n- Review a final itemized receipt with prices and totals.\n\n### Screenshots:\n\n![Welcom To Resturant Menu](./Assets/Welcom-to-menu.png)\n![Choice of orders](./Assets/Orders.png)\n![Total Recips](./Assets/The-Recip.png)\n\n## Credits\n\n- Created by **[Luna Houshmans](https://github.com/lunahoushmand16)**\n- Technologies used: \n  - **[Python](https://www.python.org/)**\n\n## License\n\nThis project is licensed under the **MIT License**. See the [LICENSE](LICENSE) file for details.\n\n## Badges\n\n![GitHub repo size](https://img.shields.io/github/repo-size/lunahoushmand16/Restaurant-Order-System-Python)\n![GitHub contributors](https://img.shields.io/github/contributors/lunahoushmand16/Restaurant-Order-System-Python)\n![GitHub stars](https://img.shields.io/github/stars/lunahoushmand16/Restaurant-Order-System-Python?style=social)\n\n## Features\n\n- Interactive terminal-based menu\n\n- Handles user input validation\n\n- Tracks multiple item orders and quantities\n\n- Displays itemized receipt with total cost\n\n- Easy to extend with new menu items\n\n## How to Contribute\n\n1. Fork the repository\n2. Create a new branch: `git checkout -b feature-name`\n3. Make changes and commit: `git commit -m 'Add feature X'`\n4. Push changes: `git push origin feature-name`\n5. Open a pull request\n\n## 🧪 Tests\n\nThis project is a basic CLI app and does not include automated tests.  \nManual testing can be done by running the script and verifying the output for different input scenarios (e.g., valid/invalid item numbers, quantities, quitting mid-order, etc.).  \nFor results of test runs, please refer to the [Screenshots](#screenshots) section above.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flunahoushmand16%2Frestaurant-order-system-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flunahoushmand16%2Frestaurant-order-system-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flunahoushmand16%2Frestaurant-order-system-python/lists"}