Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 703 Bytes

File metadata and controls

18 lines (13 loc) · 703 Bytes

Todo List App

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.

Features

  • 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

Technologies Used

  • 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.