This is a simple To-Do List application built using HTML, CSS, and JavaScript.
- Add Tasks: Users can input tasks and add them to the list.
- Edit Tasks: Users can edit the content of existing tasks.
- Delete Tasks: Users can remove tasks from the list by checking a checkbox.
To run the application locally, follow these steps:
- clone the repository
git clone https://github.com/Rediet-W/TO-DO-LIST-APP-with-javascript.git
cd TO-DO-LIST-APP-with-javascript
open index.html
initial page with no task added
tasks added and with edit buttons and checkbox to mark/delete a task