The app we will be building is a simple Shopping List app. It is a general-purpose Shopping List app that allows users to add items to their list and check items from the list. The following is the full list of features for our app:
- Users will be able to add Shopping List Items
- They will be able to enter details about the items, such as the item name
- The item can be checked to mark it as bought
- Users will be able to view all of the items entered in the Shopping List, rearrange them, and even delete them
- Users will be able to have more than one Shopping List and move items between Shopping Lists
- The app will persist the data and load the Shopping Lists and their items whenever the app starts
- Users will be able to filter the Shopping List based on items that are not checked and also be able to search for items in the list based on their names
- Users...