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.
- 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.
- 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.
- React js
- Firebase Database
- ContextAPI
- react-router-dom
- react-toastify
- react-spinner
- CSS