Simple todo list app
Project 13 - Vanilla JS Academy (Fall 2019)
Todos Demo
Todo list app with ability to add tasks via the Add Todo button or typing and hitting enter. Users can mark items complete or uncheck them.
Todos Save and Delete Demo
Todo list app with ability to save and delete todo items. Delete specific todo items from the list and load the list into the UI when the user revisits the app.
Todos Routing Demo
Modify todo list app to support multiple lists.App has two views:
• All lists
• Individual list