A simple and clean to-do list web application built using HTML, CSS, and vanilla JavaScript. It enables users to add tasks and delete them once completed. This project is aimed at improving DOM manipulation skills and handling user input dynamically.
The purpose of this project is to practice dynamic element creation, event-driven programming, and real-time updates using JavaScript
🔗👉 click here to see the live demo--> https://nanthakumar-m.github.io/to_do_app-javascript/
- HTML5
- CSS3
- JavaScript
✅ Add new tasks dynamically
✅ Delete tasks with a click
✅ Basic input validation (no empty tasks)
✅ Simple and responsive UI
✅ Improved JavaScript skills by working with real-time DOM manipulation
✅ Learned how to handle user inputs and create elements on the fly
✅ Understood the importance of event listeners and state updating in a list-based UI
✅ Strengthened logic-building through a minimal, functional project


