A simple and responsive To-Do List web application built using HTML, CSS, and JavaScript. This project allows users to add, delete, and manage daily tasks efficiently.
- Add new tasks
- Mark tasks as completed
- Delete tasks
- Responsive design for mobile and desktop
├── index.html # Main HTML file
├── style.css # Styling for the app
├── script.js # JavaScript logic
└── README.md # Project documentation
- HTML5
- CSS3
- JavaScript (Vanilla)
- Clone the repository:
git clone https://github.com/your-username/To-Do-List.git
- Navigate to the project folder:
cd To-Do-List - Open
index.htmlin your browser.
- Type your task in the input field.
- Click "Add" to include it in the list.
- Click the checkbox to mark it as done.
- Click the trash icon to delete a task.