A simple task list (to-do) web application built using HTML, CSS, and Vanilla JavaScript.
It allows users to add task, with or without due date and delete tasks with a clean and minimal interface.
Will soon have "mark as completed feature"
- Add new tasks
- Delete tasks
- Simple and user-friendly UI
- Fully client-side application
- HTML5
- CSS3
- JavaScript (Vanilla JS)
- Tasks are dynamically added to the DOM using JavaScript
- Event listeners handle task deletion
- No frameworks or libraries used
- Clone the repository
- Open
index.htmlin your browser
git clone https://github.com/vishal1011001/your-repo-name.git