This is a simple web application that allows users to create and manage a to-do list. Users can enter tasks they want to add, mark completed tasks, and remove tasks from the list.
-
Adding a Task
- Enter a text in the "ADD A NEW TO DO... 🖌" field and then click the add button or press Enter.
-
Completing a Task
- You can complete a task by clicking on the checkmark icon next to the task. The text of completed tasks turns red.
-
Removing a Task
- To remove a task, click on the trash can icon next to the task.
-
Resetting All Tasks
- You can reset all completed tasks by clicking the "RESET" button at the top.
- HTML
- CSS
- JavaScript
- Font Awesome: Used for visual icons.
-
Clone this repository or download it as a ZIP file.
-
Open the downloaded files in a web server or in your browser.
- Tasks are not saved across sessions. They will be cleared when you refresh the page or close the browser.
Check out the live demo here.
