mswanson-me / to-do

A vanilla JS to do list.
https://to-do.mswanson.me
0 stars 0 forks source link

Features/persistence #9

Closed mswanson-me closed 6 years ago

mswanson-me commented 6 years ago

Added persistence via use of localStorage. List items can be added, deleted, checked off, and all of these states will be maintained across page loads without any explicit user action. This is accomplished with 'onbeforeunload'.