This is a simple and dynamic To-Do List web application that allows users to create, manage, and track their tasks. The website offers a clean user interface and includes features such as task addition, deletion, and local storage for saving tasks.
- *Add Tasks: Users can add tasks by typing in the input box and clicking the *"Add" button.
- *Delete Tasks: Tasks can be removed by clicking the *"×" symbol next to the task.
- Mark as Complete: Tasks can be marked as complete by clicking on them, which applies a strikethrough style.
- Persistent Data: Tasks are saved in the browser's local storage, so they remain even after the page is refreshed.
- HTML: Structures the content of the web page.
- CSS: Styles the web page, providing layout and colors.
- JavaScript: Implements the functionality of the To-Do List, including task management and local storage.
- index.html: The main HTML file that structures the content and links the CSS and JavaScript files.
- style.css: Contains the styles for the To-Do List, including layout and colors.
- script.js: The JavaScript file that adds interactivity to the To-Do List, such as adding, deleting, and saving tasks.
Here is a sample video demonstrating the To-Do List application.