Skip to content

a react shopping app made with advanced redux and fire store authentication and database

Notifications You must be signed in to change notification settings

khushbookachhi/buybusy2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BuyBusy2 React Shopping App

User Authentication

  • user signUp , signIn and signout is handled by firebase authentication helps user to authenticate while performing any functionality.
  • functionality called by dispatching actions to Reducers and managed by store

Products Management

  • in first page products are shown where user can search products and and filter by price and category
  • if user is authenticated then user can add product to cart if clicked once but when clicked again product quantity increases
  • cart will be shown when user is authenticated after clicking on it we can see cart's items and total price of items. Here we can purchase cartItems.
  • we can remove cartItems , cartItems can be increased or decreased
  • after purchasing products user is redirected to order page where we can see list of ordered items.

Releases

No releases published

Packages

No packages published