https://github.com/cyprianfusi/building-a-food-ordering-application-in-python
This is an example of Functional Programming Paradigm with separation of Concerns in display!
https://github.com/cyprianfusi/building-a-food-ordering-application-in-python
functional-programming python3 separation-of-concerns
Last synced: 8 months ago
JSON representation
This is an example of Functional Programming Paradigm with separation of Concerns in display!
- Host: GitHub
- URL: https://github.com/cyprianfusi/building-a-food-ordering-application-in-python
- Owner: CyprianFusi
- Created: 2024-07-28T16:04:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-06T21:42:44.000Z (over 1 year ago)
- Last Synced: 2025-01-26T11:28:31.691Z (10 months ago)
- Topics: functional-programming, python3, separation-of-concerns
- Language: Jupyter Notebook
- Homepage:
- Size: 22.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Building-a-Food-Ordering-Application-in-Python
This is an example of Functional Programming Paradigm with separation of Concerns in display!
Imagine you run a local restaurant and want to create an application where users can order food directly from your app. The application should display the menu options and prices to the user. The user should also be able to add and remove items to their cart and update item quantities.