๐ To-Do List Web App
A simple and interactive To-Do List application built using HTML, CSS, and Vanilla JavaScript.
This project allows users to manage daily tasks efficiently by adding, editing, completing, and deleting items dynamically through DOM manipulation.
๐ Features
โ
Add new tasks instantly
โ๏ธ Edit existing tasks
๐๏ธ Delete tasks with confirmation
โ๏ธ Mark tasks as completed
๐ Automatic completed & uncompleted task counters
๐จ Visual completed task styling (strike-through + greyed text)
โก Real-time UI updates using JavaScript DOM manipulation