This is a Trello clone web application built using React, Tailwind CSS, Firebase, and the React Beautiful DnD library. It allows users to create boards, lists, and cards, and organize their tasks in a visually appealing and efficient way. The app also supports drag-and-drop functionality for easy task management.
- Board Management: Create and manage multiple boards.
- List Creation: Add lists to your boards to categorize tasks.
- Card Creation: Create and manage cards within lists.
- Drag and Drop: Use the drag-and-drop feature to reorder and move cards between lists and boards.
- Light/dark mode toggle
Client: React, Redux, Tailwind CSS,React Beautiful DnD
Server: Firebase
Install Trello-clone with npm
npm install
npm run dev
