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: about 1 month 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 (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-06T21:42:44.000Z (almost 2 years ago)
- Last Synced: 2025-03-21T16:16:08.001Z (about 1 year 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.