/trello-management

A trello-like board https://trello.com/ that has three swim lanes (To do, In Progress, and Completed). Implemented the drag drop functionality to drag cards from one swim lane to another using React DND.

Primary LanguageJavaScript

Trello Management Website Using ReactJS (Live Link)

It is a website used to manage to-do tasks in our daily life with three statuses: todo, in progress, and completed. It also has a drag-and-drop feature to easily move tasks to different statuses

tech-stack used: ReactJS(frontend), tailwind(UI), ReactDND(drag & drop)