This tool is a browser based Checklist. I build it to keep track of items to buy. Check the live example.
This features are store localy in the browsers localstorage
- Add item to the list with add button or enter
- Check or uncheck item by clicking it
- Remove check item by double clicking on an item
- Empty list - Removes all items
- Remove Checked - Removes all checked items
- Checked to bottom - Move all checked items to the end of the list
This features required a conection to a php server
- Sync - creates a ListID an store items in the server
- New list - creates an empty list with a new ListID
- Share list - copies a link of the current list to the clipboard
- Login - MyLists
- Help - Readme file