To-Do List

This interactive to-do list was a project I built to better understand native JavaScript without the help of JS frameworks or libraries. I expanded on my knowledge of DOM traversal from previous projects to implement functionality such as appending and removing list items.

Website Features:

  • Add New List Items
  • Edit List Items
  • Delete List Items
  • Toggle List Item Status

Languages and Tools:

  • HTML5
  • CSS3
  • JavaScript