Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 692 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 692 Bytes

Simple To-Do List

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.

How to Use

Adding Tasks

  • Type a task into the input box.
  • Click the "Add Task" button to see your task appear in the list below.

Deleting Tasks

  • Click the "Delete" button next to any task to remove it from the list.

Setup

Just open the index.html file in any modern web browser to start using the application.

Features

  • Add tasks to your list.
  • Delete tasks from your list.

That's it! Simple and straightforward.