mirror of
https://github.com/microsoft/frontend-bootcamp.git
synced 2026-01-26 14:56:42 +08:00
21 lines
377 B
Markdown
21 lines
377 B
Markdown
## 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
|