A simple and responsive task list web application built using HTML, CSS, and JavaScript. Users can add, complete, and delete tasks in a clean and interactive UI. This project is ideal for beginners to practice DOM manipulation and JavaScript event handling.
- Add new tasks
- Mark tasks as completed
- Delete tasks
- Keyboard support (press Enter to add)
- Responsive and clean layout
- Uses icons from Unicons and Ionicons
- HTML5
- CSS3
- JavaScript (Vanilla)
- Unicons
- Ionicons
To run the project locally:
-
Clone the repository
git clone https://github.com/RajathPatilKulkarni/task-list.git
-
Open the project
- Open
index.html
in your browser - Or use the Live Server extension in VS Code for live preview
- Open
task-list/
├── index.html
├── style.css
└── script.js
html • css • javascript • todo-list • task-manager • vanilla-js • web-app • responsive-design
This project is licensed under the MIT License.