ToDo List

Completed

Are you sure you want to delete your list?

Note: This page is completely client side and nothing is sent back to the server.

This is achived with some javascript that moves around both of the active/completed lists while using the app.

When changes occur, this code also saves each list to the browser's local storage if any of the lists contain items.

On pagload the code checks the browser's local storage if any active/completed lists are saved and create the dom elements for them if we find any.

Keyboard Shortcuts

: Move up an item
: Move down an item
: Create a new item
` : Toggle completed on an item
Delete: Delete current item

If you're interested you can view the javascript code here