to-do-list-app is a small to do list web application. It allows the user to:
- Add an item to the list
- Remove an item from the list
- Mark an existing item on the list as done
- Change the items list order
- Enter a To-Do into the text field and confirm by pressing the Add button, or Enter
- Delete the item by clicking the X on its right
- HTML
- CSS
- Javascript
- JQuery