This is a todo list program that keeps track of your tasks, made using Colt Steele's Web Developer Bootcamp tutorial on Udemy.
- Clone this repository
- $ open todoList.html
This is the program, with a Todo List box in the middle of the screen.

You can delete any tasks that are on the list by hovering over the task and clicking on the delete icon.

Once a task is complete, you can cross it off your list.

You can also add new tasks by clicking on the plus sign, inputting your task and pressing enter. 'Feed Hedwig' is my new task.

- HTML
- CSS
- jQuery
Project is complete and fully functioning.