Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 919 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 919 Bytes

PayPal E-commerce Store

image

Build with

React JS

Key Features

  • Login && Registration
  • Admin && User profiles
  • Shopping Card
  • Redux state management (for auth , products, cards and users state )
  • Generic components (forms , modal , content , etc...)
  • Product Filtering
    • Search by category
    • Search by text
  • Use of debounce hook for optimizing search input
  • Paypal checkout

Usecase

This site was implemented with the intend that , logged in users would select their favorite product and would be able to buy them using paypal checkout.

This is realized with the help of react-paypal-js npm package.

Backend

To see the BE click this link deniscerri/ecommerce-backend