TodoList This is a todo list that displays a sample editable Todo list which can update itself based on user input. V2 The final version of the todolist has a front end which allows operations from a web browser. Add items to your todolist Change items on your todolist Delete items from your todo list Toggle the state of a specific todo item Toggle state of all items on the todolist V1 Features It has a place to store todos It has a way to display todos It has a way to add todos It has a way to change todos It has a way to delete todos