A simple to-do list web app that allows users to add and remove tasks from their list. This prohect was created using HTML, CSS, and JavaScript.
- Clone or download the repository
- Open the
index.html
file in a web browser. - The to-do list would be displayed and ready to use.
To add a task to the list
- Enter the task you want into the input at the top of the list.
- Click the
Add
button
- Click the close
x
button at the end if the list. - The task would be removed from the list.