MVC todo list demo

Here's a simple javascript todo list application, which I created as an exercise in javascript MVC without a framework.

It is influenced by this article. However, it differs by making each todo list item its own MVC triad.

The source code is on github.

I may explain the code in a later post.