This is a simple TODO app built using Typescript. I have created this project using VIM editor.
This website is hosted at https://abhijeetsrivastava.github.io/todo-app/
- Search/Create list.
- Add items to list.
- Check/uncheck item.
- Mark items as important.
- Each list shows when the list was last updated.
- Move lists around by using drag handle.
- Delete list would prompt user for confirmation.
- Deleting and creating list shows alert.
- Important tab shows important items only. Additionally, when in important tab adding items would mark them as important by default.
There is a setting option on bottom right corner.
- Sort by None, Important or pending options.