This is a Todo List application built using React, Redux, and Tailwind CSS. It allows users to manage their tasks by adding, removing, marking as completed, and filtering tasks.
- Add new tasks to the list
- Remove tasks from the list
- Mark tasks as completed
- Filter tasks by All, Active, and Completed
- Drag and drop functionality to reorder tasks
- React: A JavaScript library for building user interfaces.
- Redux: A predictable state container for managing application state.
- Tailwind CSS: A utility-first CSS framework for rapidly building custom designs.
- React Beautiful DnD: A React library for draggable and droppable functionality.