| 
1 | 1 | <div align="center">  | 
2 | 2 | 
 
  | 
3 |  | -# Todo List App (TodoMVC) in Vanilla JavaScript  | 
 | 3 | +# Todo List App JavaScript Tutorial  | 
 | 4 | + | 
 | 5 | +A **_step-by-step_ tutorial** showing you how to  | 
 | 6 | +build a **Todo List App _from scratch_** in **JavaScript**.  | 
4 | 7 | 
 
  | 
5 | 8 | [](https://travis-ci.org/dwyl/javascript-todo-list-tutorial)  | 
6 | 9 | [](http://codecov.io/github/dwyl/javascript-todo-list-tutorial?branch=master)  | 
 | 
10 | 13 | [](http://hits.dwyl.io/dwyl/javascript-todo-list-tutorial)  | 
11 | 14 | <!-- uncomment when service is working ... [](http://inch-ci.org/github/dwyl/javascript-todo-list-tutorial) -->  | 
12 | 15 | 
 
  | 
13 |  | -A ***step-by-step*** example/how-to  | 
14 |  | -for building a **Todo List _from scratch_**  | 
15 |  | -following the TodoMVC specification/UI <br />  | 
16 |  | -using "***Vanilla***" **JavaScript** (_no frameworks!_)  | 
17 |  | -and the ***Elm Architecture*** to organise/structure the code.  | 
18 |  | - | 
19 | 16 | 
 
  | 
20 | 17 | <a href="https://todomvc-app.herokuapp.com"  | 
21 | 18 |  alt="Try the Demo on Heroku!">  | 
@@ -203,9 +200,9 @@ We will be using **Tape** and **JSDOM** for testing  | 
203 | 200 | both our functions and the final application.  | 
204 | 201 | If you are `new` to either of these tools,  | 
205 | 202 | please see:  | 
206 |  | -[https://github.com/dwyl/**javascript-todo-list-tutorial**](https://github.com/dwyl/javascript-todo-list-tutorial)  | 
 | 203 | +[github.com/dwyl/**learn-tape**](https://github.com/dwyl/learn-tape)  | 
207 | 204 | and  | 
208 |  | -[**front-end**-with-tape.md](https://github.com/dwyl/javascript-todo-list-tutorial/blob/master/front-end-with-tape.md)  | 
 | 205 | +[**front-end**-with-tape.md](https://github.com/dwyl/learn-tape/blob/master/front-end-with-tape.md)  | 
209 | 206 | 
 
  | 
210 | 207 | We will be using **JSDOC** for documentation.  | 
211 | 208 | Please see [our tutorial](https://github.com/dwyl/learn-jsdoc) if this is new to you.  | 
 | 
0 commit comments