Redux Todo Application Overview This project is a simple Todo application built using React and Redux. It demonstrates how to manage state using Redux, providing a clear separation between application logic and UI components. The app allows users to add, edit, and remove todos while keeping track of the completion status.
Features Add Todo: Users can add a new task to the list. Edit Todo: Users can edit an existing task. Remove Todo: Users can remove a task from the list. Toggle Completion: Users can mark a task as complete or incomplete. Filter Todos: Users can filter tasks based on their completion status (All, Completed, Active)