diff --git a/js/examples/index.md b/js/examples/index.md index 89317f2..e2a866e 100644 --- a/js/examples/index.md +++ b/js/examples/index.md @@ -111,6 +111,8 @@ that he and his collaborators have been developing. ## TodoMVC +TodoMVC Example + An implementation of a [standard challenge problem](http://todomvc.com/) for web programming: a to-do list, backed by `localStorage`, with various nice UI features. diff --git a/js/examples/todo/todomvc-screenshot.png b/js/examples/todo/todomvc-screenshot.png new file mode 100644 index 0000000..7a5f616 Binary files /dev/null and b/js/examples/todo/todomvc-screenshot.png differ