This project consists of a simple task management application (To-Do List) created using HTML, CSS, and JavaScript. The main functionalities of the application include:
Adding Tasks: Users can input new tasks through a text field and an add button, which is styled to be visually appealing.
Editing Tasks: Each task features an "Edit" button that allows users to modify the text of existing tasks.
Deleting Tasks: Each task has a "Delete" button that enables users to remove tasks from the list.
Local Storage: Tasks are saved in the browser's local storage, ensuring that data remains available even after the page is reloaded.
User Interface: The project utilizes a modern design with a pleasant color palette and a responsive layout that facilitates usage across various devices.
This application not only helps users organize their tasks but also provides an opportunity to learn and apply fundamental web development concepts.