estherjsuh / shop_hypnotoad

An ecommerce website built with React

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

shop hypnotoad

An ecommerce website built with React + Redux

The deployed application can be found here: https://shop-hypnotoad.herokuapp.com/

Features

  1. Sign in and sign up functionality
  2. Google sign in authentication
  3. Shopping bag component which updates when user adds product(s)
  4. Shopping cart component that allows incrementing and decrementing quantity of product(s) in shop page
  5. Stripe integration to handle payments

Install & Run App

  1. clone this repo
git clone git@github.com:estherjsuh/shop_hypnotoad.git
  1. cd into shop_hypnotoad
cd shop_hypnotoad
  1. install packages
npm install package.json
  1. run app
npm start

About

An ecommerce website built with React


Languages

Language:JavaScript 80.2%Language:SCSS 15.5%Language:HTML 3.3%Language:CSS 1.0%