Skip to content

ShopEasy is an android app for shopping built with Flutter. Firebase has been used for backend and Provider for managing states.

Notifications You must be signed in to change notification settings

nmustakim/ShopEasy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ShopEasy--A simple Ecommerce App with Firebase and Provider

Video Clips:

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.

Features

  • 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.

Technologies Used

  • 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.

About

ShopEasy is an android app for shopping built with Flutter. Firebase has been used for backend and Provider for managing states.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages