File tree 1 file changed +19
-1
lines changed
1 file changed +19
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Elm(ish) Todo List (TodoMVC) App (_ Real World TDD Tutorial!_ )
2
2
3
+
4
+ # TodoMVC Complete TDD Example in Vanilla JavaScript using Elm Architecture
5
+
6
+ A step-by-step example/how-to for building TodoMVC from scratch
7
+ in "plain" JavaScript (no frameworks!)
8
+ using the Elm Architecture to organise/structure the code.
9
+
10
+ Learn how to build web applications using
11
+ the Elm ("Model Update View") Architecture in "_ plain_ " JavaScript.
12
+
13
+ [ ![ Build Status] ( https://travis-ci.org/dwyl/learn-elm-architecture-in-javascript.svg?branch=master )] ( https://travis-ci.org/dwyl/learn-elm-architecture-in-javascript )
14
+ [ ![ test coverage] ( https://codecov.io/gh/dwyl/learn-elm-architecture-in-javascript/branch/master/graph/badge.svg )] ( https://codecov.io/gh/dwyl/learn-elm-architecture-in-javascript )
15
+ [ ![ dependencies Status] ( https://david-dm.org/dwyl/learn-elm-architecture-in-javascript/status.svg )] ( https://david-dm.org/dwyl/learn-elm-architecture-in-javascript )
16
+ [ ![ devDependencies Status] ( https://david-dm.org/dwyl/learn-elm-architecture-in-javascript/dev-status.svg )] ( https://david-dm.org/dwyl/learn-elm-architecture-in-javascript?type=dev )
17
+ [ ![ contributions welcome] ( https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat )] ( https://github.com/dwyl/learn-elm-architecture-in-javascript/issues )
18
+ [ ![ HitCount] ( http://hits.dwyl.io/dwyl/learn-elm-architecture-in-javascript.svg )] ( http://hits.dwyl.io/dwyl/learn-elm-architecture-in-javascript )
19
+
20
+
3
21
If you've made it this far, give yourself a pat on the back! <br />
4
22
Your persistence is about to pay off as you
5
23
"_ level up_ " _ both_ your ** ` JavaScript ` ** and "TEA" skills!
@@ -3151,7 +3169,7 @@ by deploying it to Heroku!
3151
3169
https://github.com/dwyl/learn-heroku
3152
3170
3153
3171
3154
- # Thanks for Learning with Us!
3172
+ # Thanks for Learning with Us!
3155
3173
3156
3174
<!--
3157
3175
## What _Next_?
You can’t perform that action at this time.
0 commit comments