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
212 stars 19 forks source link

UX Feature Hitting the [Enter] (Return) key creates a new Todo List item #55

Closed nelsonic closed 6 years ago

nelsonic commented 6 years ago

Technically there is no other way of adding a todo list item as there are no "submit" buttons. So we need to have an event listener on the [Enter] key in order for the Todo List to function at all.

Acceptance Criteria

This issue is part of the TodoMVC Feature List [Epic] #48 Depends on: #57

nelsonic commented 6 years ago

image