Skip to content

favvy125/todo-List

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

To-Do List App

A simple and interactive To-Do List application built using HTML, CSS, and JavaScript.
This app allows users to:

✔ Add tasks
✔ Mark tasks as completed (single click)
✔ Delete tasks (second click)
✔ Save tasks automatically using localStorage
✔ Refresh the page without losing tasks

Features

Add New Tasks

Users can type any task into the input box and click Add Task to insert it into their list.

Mark as Completed

Single-clicking a task crosses it out and marks it as completed.

Delete Tasks

Click a completed task again to delete it.

Auto-Save with LocalStorage

All tasks are saved automatically and restored even after refreshing the page.

Technologies Used

  • HTML5
  • CSS3
  • JavaScript (ES6)
  • Git & GitHub

About

A simple to-do list built with HTML, CSS, and JavaScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors