Skip to content

This is an online shopping / eCommerce website made using Reactjs, firebase database, ContextAPI and react-router-dom.

Notifications You must be signed in to change notification settings

techycode-01/buy_busy_1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BuyBusy

This is an online shopping / eCommerce website made using Reactjs, firebase database for storing data on cloud and ContextAPI for store state and creating functions. On this site any user can signUp and signIn in his/her account. A user can add or remove product from cart , he can increase or decrease product quantity and can place order. User data will be saved in firebase database, So the user can view his purchase history anytime.

Go Live to Website

Installation and running code

  • Get the code on your machine.
  • Navigate to the root directory of the code.
  • Open command terminal.
  • run command "npm install" to get all required dependencies.
  • to run the code run the command "npm start" in your terminal.
  • user can see the output by opening following link http://localhost:3000/ on there browser.

Features

  • A user can create his account.
  • A user can signIn in his account.
  • User can add multiple products to his cart by click on "add to cart" button.
  • User can remove a specific product or all product at once from the cart.
  • User can increase or decrease the quantity of a product.
  • User can purchase all the product at once by clicking on purchase all.
  • User can see his placed order history with date and time of order and list of all the product purchased with total amount.
  • User can filter products with various parameters.
  • User data will be saved in database permanently so that he can see his order history any time.

Tools and libraries

  • React js
  • Firebase Database
  • ContextAPI
  • react-router-dom
  • react-toastify
  • react-spinner
  • CSS

About

This is an online shopping / eCommerce website made using Reactjs, firebase database, ContextAPI and react-router-dom.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published