dwyl / learn-elm-architecture-in-javascript

:unicorn: Learn how to build web apps using the Elm Architecture in "vanilla" JavaScript (step-by-step TDD tutorial)!
https://todomvc-app.herokuapp.com
GNU General Public License v2.0
211 stars 19 forks source link

Finalise first pass review #66

Closed iteles closed 5 years ago

iteles commented 5 years ago

Finalising my first pass at the main README this tutorial (#22) with the tiniest of adjustments for flow and swapping out the gif to close #62

codecov[bot] commented 5 years ago

Codecov Report

Merging #66 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #66   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           4      4           
  Lines         312    380   +68     
  Branches       89    114   +25     
=====================================
+ Hits          312    380   +68
Impacted Files Coverage Δ
examples/todo-list/elmish.js 100% <0%> (ø) :arrow_up:
examples/todo-list/todo-app.js 100% <0%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 8ad15df...0748b0f. Read the comment docs.