This is a simple To-Do application built using React and Redux. The application allows users to add, view, edit, and delete tasks. It also demonstrates state management using Redux .
- Add Task: Users can input a task into a text field and add it to the list.
- View Tasks: Display all added tasks in a list format.
- Edit Task: Users can edit an existing task.
- Delete Task: Users can delete a task from the list.
- Toggle Task: Users can mark tasks as completed without deleting them.