This is a simple yet powerful Todo List web application built with React. It helps users manage their tasks efficiently by allowing them to add, delete, and mark tasks as complete. The application is designed with a clean and user-friendly interface, making it easy to organize daily activities.
- Add Tasks: Easily add new tasks to your todo list.
- Delete Tasks: Remove tasks that are no longer needed.
- Mark as Complete: Mark tasks as completed with a single click.
- Filter Tasks: Filter tasks by their completion status (e.g., All, Completed, Pending).
- Persistent Storage: Tasks are saved in local storage, so they remain even after refreshing the page.