File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -49,11 +49,10 @@ typings/
4949# Output of 'npm pack'
5050* .tgz
5151
52- # Yarn Integrity file
53- .yarn-integrity
54-
5552# dotenv environment variables file
5653.env
5754
5855# next.js build output
5956.next
57+
58+ package-lock.json
Original file line number Diff line number Diff line change 11<div align =" center " >
22
3- # Todo List App (TodoMVC) in Vanilla JavaScript using Elm Architecture
3+ # Todo List App (TodoMVC) in Vanilla JavaScript
44
55[ ![ Build Status] ( https://img.shields.io/travis/dwyl/todomvc-vanilla-javascript-elm-architecture-example/master.svg?style=flat-square )] ( https://travis-ci.org/dwyl/todomvc-vanilla-javascript-elm-architecture-example )
66[ ![ codecov.io] ( https://img.shields.io/codecov/c/github/dwyl/todomvc-vanilla-javascript-elm-architecture-example/master.svg?style=flat-square )] ( http://codecov.io/github/dwyl/todomvc-vanilla-javascript-elm-architecture-example?branch=master )
7- [ ![ Code Climate] ( https://img.shields.io/codeclimate/maintainability/dwyl/todomvc-vanilla-javascript-elm-architecture-example.svg?style=flat-square )] ( https://codeclimate.com/github/dwyl/todomvc-vanilla-javascript-elm-architecture-example )
87[ ![ Dependencies: None!] ( https://david-dm.org/dwyl/todomvc-vanilla-javascript-elm-architecture-example/status.svg?style=flat-square )] ( https://david-dm.org/dwyl/todomvc-vanilla-javascript-elm-architecture-example )
98[ ![ devDependencies Status] ( https://david-dm.org/dwyl/todomvc-vanilla-javascript-elm-architecture-example/dev-status.svg?style=flat-square )] ( https://david-dm.org/dwyl/todomvc-vanilla-javascript-elm-architecture-example?type=dev )
109[ ![ contributions welcome] ( https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat-square )] ( https://github.com/dwyl/todomvc-vanilla-javascript-elm-architecture-example/issues )
1413
1514A *** step-by-step*** example/how-to
1615for building a ** Todo List _ from scratch_ **
17- following the TodoMVC specification/UI
16+ following the TodoMVC specification/UI < br />
1817using "*** Vanilla*** " ** JavaScript** (_ no frameworks!_ )
19- with the Elm Architecture to organise/structure the code.
18+ and the *** Elm Architecture*** to organise/structure the code.
2019
2120
2221<a href="https://youtu.be/epPS_DjEWWY?t=32 "
You can’t perform that action at this time.
0 commit comments