Todo List with Backbone.js and LocalStorage
October 26, 2010 at 5:34 pm in HTML5, Javascript, Web Storage
HTML5’s Web Storage API lets us store data on the client’s machine without using cookies. You can use this to build complete client-side applications using HTML and JavaScript. One of the neatest examples of this so far is this simple To-Do list application which uses the Backbone.js framework. As a bonus, the source code for the application is annotated!
http://documentcloud.github.com/backbone/docs/todos.html
What a great way to demonstrate the usefulness of localStorage!