Skip to content

Latest commit

 

History

History
29 lines (14 loc) · 828 Bytes

README.md

File metadata and controls

29 lines (14 loc) · 828 Bytes

Todo List

Simple todo list app

Project 13 - Vanilla JS Academy (Fall 2019)

Part 1

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.

Part 2

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.

Part 3

Todos Routing Demo

Modify todo list app to support multiple lists.App has two views:

• All lists

• Individual list