Skip to content

Commit a046c80

Browse files
authored
Update 02.00-show-tasks.md
1 parent 767f270 commit a046c80

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

responses/02.00-show-tasks.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
1-
Now that we have an application that is up and running, we should
2-
show the tasks that we have in the state.
1+
# Creating our ToDo app 🚀
32

4-
> Note: look for List.map in the file?
3+
Now that we have the skeleton of an application up and running, and that we can edit it locally too, we should show the tasks that we have in the state.
4+
5+
We want to:
6+
7+
1. List Tasks
8+
2. Create new tasks
9+
3. Mark existing tasks as done
10+
11+
So let's take those one by one, shall we? 😌
12+
13+
## :keyboard: Activities
14+
15+
### Step 2.0 — Listing Tasks

0 commit comments

Comments
 (0)