My love for Angular came alive during this project.. when I figured out I could add an Angular inline-edit package.
Mission: Create a TODO list app which allows a user to add, edit, delete, or complete an item.
Create a TODO item when the user submits the formClicking on an item's text allows the user to edit the item inlineClicking on the circle of an item toggles whether it is complete or notClicking on "X" deletes the itemDisplay incomplete item numberClicking on "Active" shows incomplete itemsClicking on "Completed" shows complete itemsClicking on "All" shows all itemsClicking "Clear completed" removes any todo item that is marked completeRemove from from page and localStorage