- Fork and clone this repo
- npm install
- npm start (you should be getting a reducer error and several warnings - complete the todos to fix this)
- See index.js and the components, containers, and reducers folders for todos
- Goal: to build an app with two views, a menu (at '/menu') and a plate (at '/plate')
- The menu view should have a list of all menu items (see items.js)
- You should be able to click on menu items to add them to your plate
- The plate view should have a list of all items you have added to your plate
- State will consist of the menu (an array of objects), and the plate (an array of objects)