Files
frontend-bootcamp/step1-06
Micah Godbolt 4f7b9e4747 js updates
2019-02-22 12:21:40 -08:00
..
2019-02-22 12:21:40 -08:00
2019-02-22 12:21:40 -08:00
2019-02-22 12:21:40 -08:00
2019-02-21 21:49:50 -08:00

demo

add state to AppTodo pass to header and list

header

  • pull filter from props
  • update buttons with classNames for active
  • Add value/onChange to input

TodoList

  • write map to loop through items, pass key and todos

exercise

update footer to include todos add item count and item(s) update ListItem, pull in props, use label/completed already passed in