Effortlessly manage your tasks with this simple and intuitive Task Manager. Create, check off, and delete tasks with ease. The application stores your tasks locally, allowing you to revisit them whenever needed.
-
Add Task: Input tasks and click the "Add" button to add them to the list.
-
Check Task: Click on a task to mark it as completed. The task will be visually highlighted.
-
Delete Task: Remove tasks from the list by clicking the "X" button next to each task.
-
Local Storage: Tasks are stored locally, allowing you to access them even if you close or refresh the page.
-
HTML: Structure and layout of the Task Manager.
-
CSS: Styling for a clean and user-friendly interface.
-
JavaScript: Handles task addition, completion, deletion, and local storage.
-
The JavaScript code dynamically creates, checks, and deletes tasks based on user interactions.
-
CSS styling ensures a visually appealing and responsive design, enhancing the user experience.
- Open the
index.html
file in your preferred web browser. - Input tasks in the provided text box.
- Click the "Add" button to add tasks to the list.
- Click on a task to mark it as completed or click the "X" button to delete a task.
- Your tasks are stored locally, allowing you to revisit them later.
Feel free to explore the code, customize the styling, or add new features to enhance the Task Manager based on your preferences.