Skip to content

floriansr/Shopify-React

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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