Skip to content

Commit 8dfa8d8

Browse files
committed
migrate intro + badges to todo-list.md ahead of README.md switch #5
1 parent 4205775 commit 8dfa8d8

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

todo-list.md

+19-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Elm(ish) Todo List (TodoMVC) App (_Real World TDD Tutorial!_)
22

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+
321
If you've made it this far, give yourself a pat on the back! <br />
422
Your persistence is about to pay off as you
523
"_level up_" _both_ your **`JavaScript`** and "TEA" skills!
@@ -3151,7 +3169,7 @@ by deploying it to Heroku!
31513169
https://github.com/dwyl/learn-heroku
31523170

31533171

3154-
# Thanks for Learning with Us!
3172+
# Thanks for Learning with Us!
31553173

31563174
<!--
31573175
## What _Next_?

0 commit comments

Comments
 (0)