A simple task management app to add, complete, and delete tasks.
- Add new tasks via an input field
- Mark tasks as completed (with strike-through styling)
- Delete tasks from the list
- HTML5
- CSS3
- JavaScript (Vanilla)
- Clone or download this folder.
- Open
index.htmlin your browser. - Type a task into the input box and click Add. Click a task to mark it complete, or Delete to remove it.
Todo_List/
├── index.html
├── style.css
└── script.js