Skip to content

CUFP 2014 Tutorial TodoMVC

seliopou edited this page Sep 3, 2014 · 4 revisions

Wiki ▸ [CUFP 2014 Tutorial](CUFP 2014 Tutorial) ▸ TodoMVC

For the final section of the tutorial, you will implement a simplified version of TodoMVC using elm-d3 that support the following features:

  • Creating a new todo item
  • Deleting an existing todo item
  • Marking a todo item as done or not done
  • Filtering the view of todo items in three ways
    • completed items
    • incomplete items
    • all items.

Absent from this list of features is the ability to edit existing todo list items. Adding this after the tutorial would be a good exercise in extending existing elm‑d3 code.