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.
- Add new tasks
- Delete specific tasks
- Delete all tasks at once
- Responsive design using Tailwind CSS
- Type a task into the input field.
- Click Add To-do to add the task to the list.
- Click Delete next to a task to remove it.
- Click Delete All to clear the entire list.
- HTML
- JavaScript
- Tailwind CSS (via CDN)
- Clone or download this repository.
- Open the HTML file in your browser.
- Start adding and managing your tasks.