Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 817 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 817 Bytes

TodoList

This is a simple task list application that allows users to add, check, and remove tasks. The tasks are saved in the browser's local storage so that they persist even after the page is refreshed.

Features

  1. Add tasks to the list.
  2. Mark tasks as completed.
  3. Remove tasks from the list.
  4. Persist tasks in local storage.

How to Use

Clone the repository or download the source code. Open the index.html file in your web browser. Enter a task in the input box and click the "Add Task" button to add the task to the list. Click on a task to mark it as completed. Click again to unmark it. Click the cross sign (×) next to a task to remove it from the list.

Contribution:

Open-source contributions are welcome! Feel free to fork the repo, create new features, or improve the existing ones.