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 operations:

  • 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: complete, incomplete, and all.