# To-Do List Project This is a simple To-Do List web application built using HTML, CSS, and JavaScript. ## Features - Add tasks - Mark tasks as complete - Delete tasks ## How to Use 1. Type a task into the input field. 2. Click the “Add” button to add the task. 3. Click a task to mark it as complete. 4. Click the delete icon to remove a task.