This project is a simple To-Do List application created using HTML, CSS, and JavaScript.
It demonstrates DOM manipulation by allowing users to add, edit, and delete tasks dynamically.
- β Add new tasks
- π Edit existing tasks
- β Delete tasks
- π¨ Validation: prevents adding empty tasks
- π₯οΈ Clean and minimal UI
- HTML5 β Structure
- CSS3 β Styling
- JavaScript (Vanilla JS) β Functionality with DOM Manipulation
π¦ DOM manipulation
β£ π DOM_manipulation.html # Main HTML structure
β£ π DOM_manipulation.css # Styling for the To-Do List
β£ π DOM_manipulation.js # JavaScript logic (add, edit, delete tasks)
-
Clone this repository:
git clone https://github.com/zainulabedin-devsec/DOM_manipulation.git
πΈ Demo (screenshots):
π¨βπ» Author
Zain Ul Abedin