TaskList is a todo-list-style application that keeps its notes in the local storage of your browser. TaskList can be accessed in any kind of borwser, both desktop and mobile. Because local storage is unique for each browser a potentially unlimited number of people can be served from one instance.
Features:
- Add, edit (doubleclick), delete notes
- Create multiline notes (shift+enter)
- Sort notes via drag-n-drop
TaskList uses:
- jQuery 3.2.1 (https://github.com/jquery/jquery)
- Autosize (https://github.com/jackmoore/autosize)
- Sortable (https://github.com/RubaXa/Sortable)