JavaScript Assignment No. 08 (TO-DO App)

This JavaScript assignment involved building a fully functional TO-DO application using loops and DOM manipulation. I applied `for` loops to render task items, and integrated event handling to add, edit, and delete to-dos dynamically. Through this project, I deepened my understanding of how JavaScript can interact with HTML elements to create responsive, interactive user interfaces.

TO-DO App