jQuery To Do

A simple application to create and maintain a list of to do items.

App Functionality

A single input element and a button to add the contents of the input to the list of to do items. Display the list of items and allow them to be sorted (drag and drop), crossed out (double click), and deleted ('X' delete button).

Libraries

There are two jQuery libraries used in the project:

  1. jQuery (standard)
  2. jQueryUI: For the sorting feature.

Screenshots

Screen Shot 2023-06-18 at 12 55 24 PM