Skip to content

Commit afaed24

Browse files
committed
for now, ignore the <footer> and focus on rendering the Todo List! see: #45 (comment)
1 parent ff4d297 commit afaed24

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

Diff for: todo-list.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -708,9 +708,17 @@ This is what this `model` looks like in the "VanillaJS"
708708
TodoMVC:
709709
echo ![todomvc-3-items-1-done](https://user-images.githubusercontent.com/194400/43689907-e9caa548-98f8-11e8-8fd1-7b63e7fc5e30.png)
710710

711-
Our quest in the next "pomodoro" is to re-create this
711+
Our _quest_ in the next "pomodoro" is to re-create this
712712
using the DOM functions we created in `Elm`(_ish_)!
713713

714+
#### Focus on Rendering The _List_ First
715+
716+
For now, _ignore_ the `<footer>` (_below the Todo List_)
717+
and _just_ focus on rendering the _list_ itself.
718+
719+
![todomvc-3-items-1-done](https://user-images.githubusercontent.com/194400/43690122-b72bcb0e-98fc-11e8-83c2-8b8703b177ed.png)
720+
721+
714722

715723
<!--
716724

0 commit comments

Comments
 (0)