This is a shopping list app built with Flutter and Firebase. It uses Google Sign-In for authentication and Firebase Realtime Database for data storage.
- Google Sign-In for authentication
- Add new items or tap the existing ones in in the list of historic shopping items
- Real-time updates with Firebase Realtime Database
- Share the live shopping list with a friend
To get a local copy up and running, follow these steps:
- Clone the repository:
git clone https://github.com/kolbein/ShoppingListAppFlutter.git
- Navigate to the project directory:
cd ShoppingListAppFlutter
- Install the dependencies:
flutter pub get
- Run the app:
flutter run