🚀 Welcome to ECHO_CART! 🚀
ECHO_CART is a mobile application built with Flutter and Firebase that allows users to manage their shopping lists efficiently.
🔍 Explore the features of ECHO_CART:
- User Authentication: Secure user authentication using Firebase Authentication.
- Shopping Lists: Create, view, update, and delete shopping lists.
- Product Management: Add, remove, and update items in your shopping lists.
- Sharing Lists: Share your lists with family and friends for collaborative shopping.
📦 To get started with ECHO_CART, follow these steps:
- Clone the repository:
git clone https://github.com/your-username/echo-cart.git
- Navigate to the project directory:
cd echo-cart
- Install dependencies:
flutter pub get
- Run the app:
flutter run
💻 Here's how you can use ECHO_CART:
- Sign up or log in using your email and password.
- Create a new shopping list or select an existing one.
- Add items to your list and manage them as needed.
- Share your list with others for collaborative shopping.
🤝 We welcome contributions from the community! If you'd like to contribute to ECHO_CART, please follow these guidelines:
- Fork the repository and clone it to your local machine.
- Create a new branch for your feature:
git checkout -b feature-name
- Make your changes and commit them:
git commit -m 'Add some feature'
- Push to the branch:
git push origin feature-name
- Submit a pull request with a detailed description of your changes.
📝 ECHO_CART is licensed under the MIT License. See the LICENSE file for details.