Todo List (Classwork)
Tags : JavaScript Intro
Todo List
Make a website that can add tasks to a todo list.
Start by adding list items to a ul or ol.
Add the functionality for a user to be able to delete a task from the list.
Add the functionality to mark a task as done.