Skip to content

Files

Latest commit

 

History

History
56 lines (37 loc) · 869 Bytes

README.md

File metadata and controls

56 lines (37 loc) · 869 Bytes

An e-commerce build on Shopify/React

demo here


Currently available user experience

  1. see the home page with all categories
  2. see product page
  3. add products to cart
  4. show cart
  5. checkout items
  6. keep the cart for 6 days

Stack and tools

  • Front: React.js, redux, axios, Shopify SDK API via Storefront w/ GraphQL
  • Back : Shopify
  • DevOps: Vercel, Netlify
  • Project management: Github

Installation

git clone https://github.com/floriansr/Shopify-React.git
cd Shopify-React
npm install
npm start

To-do list

  1. Maintained the availability of item variants.
  2. Make some components responsive with Atom or via a PWA.
  3. Making transitions between pages.

Author