Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 2.19 KB

README.md

File metadata and controls

41 lines (27 loc) · 2.19 KB

BB Baazar

A Flutter project.

The application is an Ecommerce built with FLUTTER and FIREBASE using MVC architecture. Here, multiple sellers can upload a product according to a particular category & sub category. Customers can navigate the products using category & sub category just like amazon, flipkart apps. Also, customers can add his/her choiceable products in cart as well as wishlist. After adding to cart the payment calculations are done and results are shown, it will be possible in the coming versions to order the products (added in cart) using an online stripe payment method (using Debit / Credit Card).

Adding Items To Cart And Checkout

adding_to_cart_and_checkout.mp4

Customer Home Screen

home_screen.mp4

Searching Product

search_screen.mp4

Uploading a Product with Seller's Account

upload_product.mp4

Navigating Through Available Shops

available_shop_screen.mp4

Adding and Removing Items From Wish List

wishlist.mp4

Seller's Dashboard

seller_dashboard.mp4

Checking Customer's Past/Present Orders

orders_screen.mp4

Categories Available

category_screen.mp4

Create User Accunt

create_seller_user_account.mp4

Signin User

signin_user.mp4

Customer Profile Screen

profile_screen.mp4