A interactive ToDo list with JQuery. The task was to:
- A todo may be added to the page.
- A todo may be marked as complete.
- A todo may be removed from the page.
[ ] Refactor code. Break down into more functions.
[ ] When creating lists, you often want to reorder them. Use HTML5 Drag and Drop events to allow manual sorting of the todo list.