This is a simple To-Do List web app built using HTML, CSS, and JavaScript.
- Add tasks with a title and description
- Delete tasks
- View all tasks in a clean layout
index.html– Structure of the pagestyles.css– Basic stylingscript.js– Main logic for adding/deleting tasks
Open index.html in any web browser
