Skip to content

Latest commit

 

History

History
49 lines (39 loc) · 1.05 KB

README.md

File metadata and controls

49 lines (39 loc) · 1.05 KB

Plantique Store

Plantique - An E-Commerce website for serene and lovely plants.

Plantique.Store.-.Short.Video.mp4

How to install and run locally?

$ git clone https://github.com/pranita09/plantique-v1.git
$ cd plantique-v1
$ npm install
$ npm start

Features -

  • Landing page with a list of featured categories
  • Product listing page
  • Filter and sort products functionalities
  • Search product functionality
  • Individual product page
  • Cart Managment
  • Wishlist managment
  • Address management
  • Order management
  • Checkout page
  • Payment gateway integration
  • Authentication:
    • User Signup
    • User Login
    • logout page
  • Error Page
  • Toast and Loaders
  • Responsive

Built with -

  • React JS
  • React Context API + useReducer
  • React Router v6
  • Vanilla CSS
  • MUI Icons
  • Razorpay payment gateway
  • React Hot Toast

Backend