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)