Skip to content

Commit cc1b8b8

Browse files
committed
adds todo-list.md (outline) for #44
1 parent 6db982a commit cc1b8b8

File tree

2 files changed

+40
-0
lines changed

2 files changed

+40
-0
lines changed
File renamed without changes.

Diff for: todo-list.md

+40
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# Elm(ish) Todo List (TodoMVC) Mini App
2+
3+
If you've made it this far, give yourself a pat on the back!
4+
5+
## Why?
6+
7+
Practice your understanding of The Elm Architecture (TEA)
8+
by creating a "real world" useable App.
9+
10+
## What?
11+
12+
Use our "TEA" knowledge to build a simple "Todo List" Application
13+
in 30 mins or less!
14+
15+
### Todo List?
16+
17+
If you are _unfamiliar_ with Todo lists,
18+
19+
### TodoMVC?
20+
21+
If you have
22+
23+
+ Website: http://todomvc.com
24+
+ GitHub project: https://github.com/tastejs/todomvc
25+
26+
## _Who?_
27+
28+
This tutorial is for everyone who wants to _apply_ their "TEA" knowledge
29+
and _think_ about the basics of a Todo List Application.
30+
31+
32+
## _How?_
33+
34+
35+
### Todo List Basics
36+
37+
> Thinking about a challenge from
38+
["first principals"](https://en.wikipedia.org/wiki/First_principle)
39+
is a great way to understanding it.
40+
This is the "physics" approach. see:

0 commit comments

Comments
 (0)