📝Built a simple To-Do List application using HTML, CSS and JavaScript
I recently built a To-Do List Application to improve my skills in working with the Document Object Model (DOM) and event handling in JavaScript.
While building this project, I practiced: DOM Manipulation – Adding and removing elements on the page using JavaScript. Event Handling – Making the page respond to user actions like button clicks. Event Delegation – Using one event listener to manage many dynamically created elements. Form Handling – Taking input from the user and clearing the input field after use.