I built a simple To-Do List App using HTML, CSS, and JavaScript.The app allows users to add tasks, mark them as done, and delete them.The biggest challenges faced during development were fixed through event handling and using addEventListener.Future plans include storing tasks in localStorage and improving the app's responsiveness.