A simple Todo List application built using HTML, CSS, and Vanilla JavaScript.
This project demonstrates basic DOM manipulation, event handling, and dynamic UI updates without page reloads.
- ➕ Add new todo items
- ✏️ Edit existing todos
- 🗑️ Delete individual todos
- ⚡ Real-time updates using JavaScript DOM methods
- HTML
- CSS
- JavaScript (Vanilla JS)