vianhanif / cart-sample-app

Cart App Example with React, Redux & Router

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cart Sample App

Demo : https://cart-sample-app.netlify.com

Netlify Status

Tech in use :

  • create-react-app
  • react-router
  • redux

Base Structure :

- components : collection of React component available to use
- layouts : sets of layout format for a page
- modules : collections of functions
- pages : main component from each route should be in here
- stores : collection of reducers
- styles : sets of css/scss for overall styling 

How To start

yarn install
yarn start

About

Cart App Example with React, Redux & Router


Languages

Language:JavaScript 59.4%Language:CSS 32.7%Language:HTML 7.9%