This is a simple To-Do List application built with React. It helps users create, track, and manage tasks in a clean, minimalistic interface.
Add Tasks: Create new tasks by entering a description and clicking "Add." Edit Tasks: Edit tasks and save task. Delete Tasks: Remove tasks once they're done or no longer needed. Real-Time Updates: The app automatically updates the list as tasks are added, edited, or deleted. Adding Tasks: Type a task into the input field and click "Add". Editing Tasks: Click the pencil in order to edit that current notes. Deleting Tasks: Click the "Delete" button next to a task to remove it from the list.Technologies Used React: For building the user interface.
Mark Complete: Mark a task as "complete" as tasks are completed. Local Storage: Save tasks to local storage so that tasks persist on page reload. Filtering and Sorting: Add options to filter tasks by completed or pending status, and sort by creation date. Adding features to add weekly and daily tasks like a planner style page. Enter notes at the bottom of the page.