- Notifications
You must be signed in to change notification settings - Fork 22
Closed
Description
TodoMVC saves the todolist items (list) to localStorage
so that it's still there if the page is refreshed or closed (and returned to).
try it: http://todomvc.com/examples/vanillajs
What is the "MVP" of this?