This is a very simple to-do list web application that allows you to add tasks you need to remember and delete them once completed. It's built using plain HTML, CSS, and JavaScript without any external libraries or frameworks.
- Type a task into the input box.
- Click the "Add Task" button to see your task appear in the list below.
- Click the "Delete" button next to any task to remove it from the list.
Just open the index.html
file in any modern web browser to start using the application.
- Add tasks to your list.
- Delete tasks from your list.
That's it! Simple and straightforward.