shopeasy_video_clip.mp4
This is a simple ecommerce app that allows users to order products, add and remove items from their cart, and view product details including descriptions. The app is built using Firebase as the backend to handle authentication, storage, and real-time database functionality.
- User authentication: Users can sign up, log in, and log out securely.
- Product catalog: Users can browse and search for products.
- Product details: Users can view product details including the product name, description, and price.
- Shopping cart: Users can add and remove items from their shopping cart.
- Order history: Users can view their order history.
- Real-time updates: Cart and order history updates are reflected in real-time for a seamless shopping experience.
- Firebase Authentication: For user authentication and secure login/signup.
- Firebase Firestore: To store and manage product data, user carts, and order history.
- Firebase Storage: For storing product images and other assets.
- Firebase Realtime Database: To handle real-time updates to the cart and order history.
- Provider: Prvider is used for managing state.
- Flutter: The frontend of the app is built using the Flutter framework.