Welcome to GreenTray, your go-to grocery shopping app! GreenTray allows users to easily browse and purchase groceries online with a user-friendly interface and a range of features.
- User Registration and Login: Secure user authentication to create personalized shopping experiences.
- Product Catalog: Browse a wide variety of grocery items with detailed descriptions and images.
- Shopping Cart: Add items to your cart, review your selections, and proceed to checkout.
- Order Tracking: Keep track of your orders in real-time.
- Delivery Address Management: Manage multiple delivery addresses for convenience.
- Payment Options: Choose from various payment methods for hassle-free transactions.
- Subscription Management: View and manage your subscriptions easily.
- Accessibility Settings: Customize the app's accessibility features for a more inclusive experience.
To get a local copy of the project up and running, follow these steps:
- Ensure you have Flutter installed on your machine.
- Ensure you have a recent version of Dart installed.
- Set up a Firebase project for authentication and database (optional).
- Clone the repository:
git clone https://github.com/yourusername/greentray.git greentray/
├── android/ ├── ios/ ├── lib/ │ ├── main.dart # Entry point of the application │ ├── features/ # Features like authentication, product catalog, etc. │ ├── widgets/ # Custom widgets used throughout the app │ └── assets/ # App assets like images and sounds ├── test/ # Unit and widget tests ├── pubspec.yaml # Dart package configuration └── README.md # Project documentation