This app allows me to keep tracks of my shopping list. Items are split in categories which allow me to display items by section in the order i would pass them in a supermarket so i dont have to run around finding stuff from the list i missed earlier on. Items are sorted in categories automatically, assuming there has been a one-time assignment made for that item.
This is a cleaner reimplementation of the Android version of the app. The User Interface is implemented with SwiftUI.
This app uses the Google Cloud Firstore Database to keep in sync with all participating devices. In order to use it you have to:
- Create a Firebase project at the Firebase Console
- Download the
google-services.json
file and put in the/shopping-list-ios
directory - Install CocoaPods and run
$ pod install
- Open the
shopping-list-ios.xcworkspace
file in XCode and run the project