Persistent Groceries

About

Demonstrates a persistent data structure, in this case, a grocery list.

You can add items to the grocery list by using the text box and the "add item" button.

You can delete items from the grocery list by clicking on them.

You can save the contents of the list to local storage by using the "save all" button.

You can clear the saved grocery list with the "clear" button. That's mostly for debugging.