Shopping list
- A one-line window to enter some text.
- An ADD button.
- A place where you can see the list of items added.
- Save the list in a file or a database.
- When opening the application again, show the list saved in the file.
- Allow the user to remove an item.
- Allow the user to edit an item.
- Allow the user to mark an item as "bought".
- Save the shooping list by date so it can be shown later.
- Clear the currently list to start over.
- Allow the user to see statistics on which items were bought.
- When adding new items, offer items that were previously bought.
Solutions
- Partial solution in Python Flask
Published on 2020-01-01
If you have any comments or questions, feel free to post them on the source of this page in GitHub. Source on GitHub.
Comment on this post