A simple To-Do List application built using HTML, CSS, and JavaScript.
This project allows users to add, edit, and remove tasks, making it a great beginner-friendly project for learning JavaScript DOM manipulation.
β
Add new tasks
β
Edit existing tasks
β
Remove completed tasks
β
Simple and clean UI
π Live Demo: https://your-username.github.io/todo-list/
- HTML5
- CSS3
- JavaScript
- Type a task in the input box.
- Click "Add" to insert the task into the list.
- Click "Edit" to modify an existing task.
- Click "Remove" to delete a task.
To run this project locally:
git clone https://github.com/your-username/todo-list.git
cd todo-list
open index.html