📋 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