This To Do List site allows users to add items to their list and then delete them off their list when complete.
This was the first time I had used JavaScript to create HTML elements and push them up onto the DOM. This project took me a little while to complete as I had to learn a lot of new information and understand some new concepts. My next step would be to create a similar project but add the ability to save and edit the list in local storage.