A simple and responsive To-Do List application built with TypeScript, HTML, and CSS. This project allows users to add, edit, and delete tasks in a clean and user-friendly interface.
- ✅ Add new tasks
- ✏️ Edit existing tasks
- 🗑️ Delete tasks
- 📦 Fully typed with TypeScript
- 🎨 Minimal and clean design using plain HTML/CSS
-
HTML5
-
CSS3
-
JavaScript
-
Typescript
Type a task into the input field and click "+ Add Task".
The task will be added to your list.

To update a task, click the Edit button.
A popup will let you change the task text.

Click the checkbox beside a task to mark it as completed.
Completed tasks appear with a line-through style or a different color.

