Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 801 Bytes

File metadata and controls

35 lines (26 loc) · 801 Bytes

To-Do List

A simple To-Do List application built using HTML, JavaScript, and Tailwind CSS.
It lets you add new tasks, delete individual tasks, or clear all tasks at once.
The design is clean, minimal, and works well on all screen sizes.


Features

  • Add new tasks
  • Delete specific tasks
  • Delete all tasks at once
  • Responsive design using Tailwind CSS

How to Use

  1. Type a task into the input field.
  2. Click Add To-do to add the task to the list.
  3. Click Delete next to a task to remove it.
  4. Click Delete All to clear the entire list.

Technologies Used

  • HTML
  • JavaScript
  • Tailwind CSS (via CDN)

Setup

  1. Clone or download this repository.
  2. Open the HTML file in your browser.
  3. Start adding and managing your tasks.