set up demo, exercise, final folders

This commit is contained in:
Micah Godbolt
2019-02-21 21:49:50 -08:00
parent 37598e5812
commit 88cb5ddff3
57 changed files with 869 additions and 30 deletions
+15 -8
View File
@@ -1,13 +1,20 @@
already done
itemCount filtering
## demo
demo
add state
add state to AppTodo
pass to header and list
add filter class stuff
controlled components (header) with consolelog
exercise
### 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