Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

To-Do List ✅

A simple task management app to add, complete, and delete tasks.

Features

  • Add new tasks via an input field
  • Mark tasks as completed (with strike-through styling)
  • Delete tasks from the list

Tech Stack

  • HTML5
  • CSS3
  • JavaScript (Vanilla)

How to Run

  1. Clone or download this folder.
  2. Open index.html in your browser.
  3. Type a task into the input box and click Add. Click a task to mark it complete, or Delete to remove it.

File Structure

Todo_List/
├── index.html
├── style.css
└── script.js