An open API service indexing awesome lists of open source software.

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.

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.