Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 1.24 KB

File metadata and controls

30 lines (17 loc) · 1.24 KB

📝 To-Do List App

image

📄 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

  1. HTML: The basic structure of a web page.
  2. CSS: To set the appearance and style of the page.
  3. JavaScript: To add interactivity and application logic.

🚀 How to Use

  1. Adding Task: Enter a new task in the input field and click "Add" to add it to the list.
  2. Marking a Task Complete: Check the checkbox next to a task to mark it as complete.
  3. Clear Completed Tasks: Click the "Clear Completed" button to clear all completed tasks.
  4. Clear All Tasks: Click the "Empty List" button to clear the entire task list.