Skip to content

A simple and intuitive to-do list application that allows users to manage their tasks efficiently. This application is built using HTML, CSS, and JavaScript, and it leverages the browser's local storage to persist tasks between sessions.

Notifications You must be signed in to change notification settings

Nutika16/TodoList

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A simple and intuitive to-do list application that allows users to manage their tasks efficiently. This application is built using HTML, CSS, and JavaScript, and it leverages the browser's local storage to persist tasks between sessions.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published