A tutorial about creating application that stores to-do items locally in the browser’s local storage and displays them on the front end by using javascript.
Store.js is a localStorage wrapper for all browsers without using cookies or flash. Uses localStorage, globalStorage, and userData behavior under the hood.