File tree 2 files changed +40
-0
lines changed
2 files changed +40
-0
lines changed File renamed without changes.
Original file line number Diff line number Diff line change
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:
You can’t perform that action at this time.
0 commit comments