StockX Code Challenge
- Using React.js and Redux, this app automatically dispatches 25 inventory items to the store with some default data for the first 5
- Brand
- Style
- Size
- UPC Code
- Inventory List/Item Components grab items from store and display them in a 5x5 Grid
- When an item in the store already has a UPC Code, we allow editing and/or removing of the item, otherwise we allow for adding of new item
- npm install (Installs app dependencies)
- npm run dev-server