- How to use @State to update the UI in real time in response to taps/data changes.
- Manipulated an array from multiple points to implement a cart function.
- Implemented a search feature by filtering a dynamic array.
- How to pass data from one view to another.
- Used Sketch to design a clickable lo-fi prototype.
- Make the filter function update the Ui in realtime (currently it only updates after another change).
- Display the produce catalog in a LazyVGrid.
- Add a profile functionality.
- Populate catalog data from an API.