Skip to content

Latest commit

 

History

History
85 lines (54 loc) · 1.99 KB

README.md

File metadata and controls

85 lines (54 loc) · 1.99 KB

FloraShop


📖 About

FloraShop is an e-commerce website build for plant lovers, Get amazing offers for your garden here.


🚀 Features

Navbar

  • navigate to the WishList
  • navigate to the Cart page
  • Sign In/Log Out/Sign-Up

Home

  • navigate to the products page on clicking on Shop now button
  • navigate to product page with specified category from the Our Featured section

Products Page

  • Filter Section

    • slider for Price range
    • filter by Category
    • filter by Ratings
    • sort by price (high to low / low to high)
  • Product listing Section

    • add/remove Items in/from your WishList
    • add Items in your Cart

WishList page

  • remove Items from your WishList
  • move Items to your Cart

Cart page

  • increase/decrease the quantity of an item
  • move Items to your WishList
  • remove Items from your Cart
  • you can also see the price details of the cart products

🔌 Getting Started

  • clone the repository on your local machine with the command below in your terminal, and cd into the FloraShop-react folder
git clone https://github.com/vrinda-mahajan/FloraShop-react

cd FloraShop-react
  • install dependencies (if you are using yarn then do with that)
npm install
  • create a .env file at the root level of the directory (at the level of package.json) and create a variable like mentioned below
REACT_APP_JWT_SECRET = <JWT_SECRET_KEY_OF_YOUR_CHOICE>
  • start the server
npm start

👨‍💻 Connect with me