This is a Todo application created using React. It allows users to manage tasks by adding, removing, and marking them as completed. You can look at DEMO LINK
- Add Tasks: Easily add new tasks to the list.
- Remove Tasks: Delete tasks that are no longer needed.
- Mark as Completed: Mark task as completed when finished.
- Clear Completed: Remove all completed tasks in one click.
- Toggle all: Mark all tasks as completed.
- Persist Data: Save tasks locally to avoid data loss on refresh.
- React
- JS
- HTML/CSS