Skip to content

Commit 3847aaf

Browse files
authored
Merge branch 'master' into rename-repo-issue#17
2 parents d36ac32 + e77827b commit 3847aaf

File tree

2 files changed

+7
-10
lines changed

2 files changed

+7
-10
lines changed

README.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
<div align="center">
22

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**.
47

58
[![Build Status](https://img.shields.io/travis/dwyl/javascript-todo-list-tutorial/master.svg?style=flat-square)](https://travis-ci.org/dwyl/javascript-todo-list-tutorial)
69
[![codecov.io](https://img.shields.io/codecov/c/github/dwyl/javascript-todo-list-tutorial/master.svg?style=flat-square)](http://codecov.io/github/dwyl/javascript-todo-list-tutorial?branch=master)
@@ -10,12 +13,6 @@
1013
[![HitCount](http://hits.dwyl.io/dwyl/todo-list-javascript-tutorial.svg)](http://hits.dwyl.io/dwyl/javascript-todo-list-tutorial)
1114
<!-- uncomment when service is working ... [![Inline docs](http://inch-ci.org/github/dwyl/javascript-todo-list-tutorial.svg?branch=master&style=flat-square)](http://inch-ci.org/github/dwyl/javascript-todo-list-tutorial) -->
1215

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-
1916

2017
<a href="https://todomvc-app.herokuapp.com"
2118
alt="Try the Demo on Heroku!">
@@ -203,9 +200,9 @@ We will be using **Tape** and **JSDOM** for testing
203200
both our functions and the final application.
204201
If you are `new` to either of these tools,
205202
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)
207204
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)
209206

210207
We will be using **JSDOC** for documentation.
211208
Please see [our tutorial](https://github.com/dwyl/learn-jsdoc) if this is new to you.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "javascript-todo-list-tutorial",
33
"description": "Learn how to build a Todo List in JavaScript following Test Driven Development TDD!",
4-
"version": "1.0.1",
4+
"version": "1.0.4",
55
"homepage": "https://github.com/dwyl/todomvc-vanilla-javascript-elm-architecture-example",
66
"main": "index.html",
77
"repository": {

0 commit comments

Comments
 (0)