Skip to content

Commit

Permalink
migrate intro + badges to todo-list.md ahead of README.md switch #5
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonic committed Nov 1, 2018
1 parent 4205775 commit 8dfa8d8
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion todo-list.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Elm(ish) Todo List (TodoMVC) App (_Real World TDD Tutorial!_)


# TodoMVC Complete TDD Example in Vanilla JavaScript using Elm Architecture

A step-by-step example/how-to for building TodoMVC from scratch
in "plain" JavaScript (no frameworks!)
using the Elm Architecture to organise/structure the code.

Learn how to build web applications using
the Elm ("Model Update View") Architecture in "_plain_" JavaScript.

[![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)
[![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)
[![dependencies Status](https://david-dm.org/dwyl/learn-elm-architecture-in-javascript/status.svg)](https://david-dm.org/dwyl/learn-elm-architecture-in-javascript)
[![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)
[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/dwyl/learn-elm-architecture-in-javascript/issues)
[![HitCount](http://hits.dwyl.io/dwyl/learn-elm-architecture-in-javascript.svg)](http://hits.dwyl.io/dwyl/learn-elm-architecture-in-javascript)


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


# Thanks for Learning with Us!
# Thanks for Learning with Us!

<!--
## What _Next_?
Expand Down

0 comments on commit 8dfa8d8

Please sign in to comment.