Skip to content

eoinmoney78/Todo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Todo-app

ToDo app ToDo App with Vanilla JavaScript

This is a simple ToDo app built using only Vanilla JavaScript, HTML, and CSS. The app allows users to create, manage, and track their tasks efficiently. Features

Add Task: Users can easily add tasks by typing the task description and pressing the "Add" button.

Mark as Completed: When a task is completed, users can mark it as done by clicking the checkbox next to the task.

Delete Task: If a task is no longer needed, users can remove it from the list by clicking the delete icon.

Edit Task: Users can edit the task description by double-clicking the task text and making changes.

Local Storage: All tasks are saved in the browser's local storage, so they persist even after the browser is closed or refreshed.