Project information

  • Name: TO-DO LIST
  • Languages Used: HTML , CSS , JavaScript
  • Project URL: TO-DO LIST

Description

This is a simple To-Do List website created using HTML, CSS, and JavaScript. The website allows users to create a list of tasks that they need to complete and mark them as done once they have completed them.

Features:-

- Users can add tasks to the list by typing them into the input field and pressing the "Add" button.

- Users can mark tasks as done by clicking on the checkbox next to each task.

- Users can delete tasks by clicking on the "x" icon next to each task.

- The website uses local storage to save the tasks, so they will be available even if the user closes the browser or refreshes the page.

- The website is fully responsive and can be used on both desktop and mobile devices.