A simple and interactive To-Do List application built using HTML, CSS, and JavaScript.
- Add new tasks
- Edit existing tasks
- Delete tasks
- Prevent empty task submission
- Clean and responsive user interface
- Font Awesome icons for better user experience
- HTML5
- CSS3
- JavaScript (ES6)
- Font Awesome
├── index.html
├── style.css
└── app.js
- Enter a task in the input field.
- Click the Add button.
- Use the Edit icon to modify a task.
- Use the Delete icon to remove a task.
- Clone the repository:
git clone https://github.com/Wasayullah/TO-DO-Application-
Open the project folder.
-
Run
index.htmlin your browser.
- Local Storage support
- Task Categories
- Task Completion Status
- Due Dates and Reminders
Mohammad Wasayullah