📝 To-Do List App
đź“„ Description A simple To-Do List app built using HTML, CSS, and JavaScript. This app allows users to create, edit, and mark tasks as completed easily and quickly.
✨ Features
➕ Adding Tasks: Users can add new tasks by typing the task in the input field and pressing the “Add” button.
âś… Mark Tasks Completed: Each task has a checkbox that can be checked to mark the task as completed.
🧹 Clear Completed Tasks: The “Clear Completed” button will delete all tasks that have been marked complete.
🗑 Delete All Tasks: The “Empty List” button will delete all tasks from the list.
đź› Technology Used
- HTML: The basic structure of a web page.
- CSS: To set the appearance and style of the page.
- JavaScript: To add interactivity and application logic.
🚀 How to Use
- Adding Task: Enter a new task in the input field and click "Add" to add it to the list.
- Marking a Task Complete: Check the checkbox next to a task to mark it as complete.
- Clear Completed Tasks: Click the "Clear Completed" button to clear all completed tasks.
- Clear All Tasks: Click the "Empty List" button to clear the entire task list.