Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 825 Bytes

File metadata and controls

38 lines (22 loc) · 825 Bytes

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