JavaScript To Do List (Web Development)

JavaScript to do list

At some point, every web developer who learns JavaScript eventually creates a “to do” list. Creating a web application that allows one to add or remove items from a list incorporates both DOM (document object model) manipulation and programming logic.

I worked on this particular project challenge as part of a JavaScript course. At the time, it took a few days to complete. This is a bare bones application without any embellishment, as the point of the exercise was to build a fully functional web application. The code for this particular project can be viewed on my Github profile.

If you’d like to try out the web application, you can click “Clone or Download” from on the Github project. Then, launch the web application by double clicking on the “index.html” file.