A simple todo List App made using vanilla javascript.
It uses local storage for storing data.
I have used materialize css and fontawesome icons.
Link -> http://todolistaks.bitballoon.com
- Pressing Enter in input area directly adds item to list
- up and down move icons for each todo
- animated delete button for each todo
- option to highlight a todo as done by checkbox
- bin icon to remove done todos