dskelton-r7 / little-inventory

a code test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shop Inventory

Small shop inventory sample application using React,Redux and React Router

Assumptions

Although the data is available and can be fetched synchronously. It is always done in an async manner. Uses redux thunks to delay dispatching actions until an async task has finished.

  • npm install Install project deps;
  • npm run start Boots up the application and runs a local webpack dev server

About

a code test


Languages

Language:JavaScript 79.1%Language:CSS 18.9%Language:HTML 2.0%