https://github.com/tom474/shopping_list_app
A shopping list app with Firebase integration, real-time sync, and category-based organization.
https://github.com/tom474/shopping_list_app
dart firebase flutter mobile-development
Last synced: 6 months ago
JSON representation
A shopping list app with Firebase integration, real-time sync, and category-based organization.
- Host: GitHub
- URL: https://github.com/tom474/shopping_list_app
- Owner: tom474
- Created: 2023-12-07T03:15:23.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-30T02:27:37.000Z (over 1 year ago)
- Last Synced: 2025-01-30T03:22:50.747Z (over 1 year ago)
- Topics: dart, firebase, flutter, mobile-development
- Language: C++
- Homepage:
- Size: 262 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Shopping List App
Shopping List App is an application that allows users to create, manage, and categorize grocery lists. It supports real-time data storage with Firebase, ensuring seamless updates and synchronization.
## Tech Stack
- Flutter
- Dart
- Firebase
## Features
- **Add Items**: Easily add grocery items with a name, quantity, and category.
- **Categorization**: Items are color-coded based on predefined categories (e.g., Vegetables, Dairy, Meat).
- **Delete Items**: Swipe to delete items from the shopping list with a confirmation.
- **Persistent Storage**: Saves and fetches grocery items from Firebase Realtime Database.
- **Live Updates**: Automatically syncs changes in real time.
- **Form Validation**: Ensures correct input for item names and quantities.
- **Dark Mode Support**: Optimized UI for dark mode.