/Todo-list

A simple todo List App made using vanilla javascript.

Primary LanguageJavaScript

Todo-list-

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

Features

  1. Pressing Enter in input area directly adds item to list
  2. up and down move icons for each todo
  3. animated delete button for each todo
  4. option to highlight a todo as done by checkbox
  5. bin icon to remove done todos