This project is a simple and interactive To-Do List web application built using HTML, Tailwind CSS, and JavaScript. It allows users to add tasks by entering a task name along with a due date and start time. All added tasks are displayed neatly in a styled list, where each task appears on a single line with its details. Users can also remove tasks using a delete button. The application focuses on a clean, cute user interface with a pink theme and grid-based layout, making task management simple and visually appealing.
- Add tasks with name, date, and time
- Delete tasks from the list
- Clean pink-themed UI with grid background
- Responsive and beginner-friendly design
- HTML
- Tailwind CSS
- JavaScript
- Download or clone the repository
- Open
index.htmlin a browser
- Add checkbox to mark tasks as completed
- Strike-through effect for completed tasks
- Save tasks using local storage