mirror of
https://github.com/microsoft/frontend-bootcamp.git
synced 2026-07-13 15:28:32 +08:00
set up demo, exercise, final folders
This commit is contained in:
+15
-8
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user