Trello Clone
Table of Contents
Introduction
Trello Clone is a web application inspired by Trello, a popular project management tool. This project provides a similar task management experience with drag-and-drop functionality and multiple views, including Board, Table, Calendar, Timeline, Dashboard, and Map. Users can create and manage tasks, update their status, and access detailed task information.
Features
- Task management with a Trello-inspired interface.
- Multiple views for different task management styles.
- Drag-and-drop functionality for easy task organization.
- Task details view with the ability to edit and delete tasks.
- Responsive design for seamless usability on various devices.
Demo
For a live demonstration of the Trello Clone, please visit Demo.
Drag & Dropping the tasks
## Usage
Adding a Task
- Click on the “Add a task” input box in the “To Do” column.
- Enter the task name and press Enter.
- The new task will be added to the “To Do” column.
Moving a Task
- Click and drag a task to another column (e.g., from “To Do” to “In Progress”).
- Release the mouse button to drop the task into the new column.
Task Details
- Click on a task to view its details.
- View task information including name, status, description, and actions for sharing.
- Edit or delete the task from the details view.
ThankYou