Skip to content

Add archive column and delete button #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<h1 align="center" id="title">Kanban Board</h1>
<h1 align="center" id="title">Kanban Pro</h1>

<p align="center"><img src="https://socialify.git.ci/vishal-rathod-07/react-kanban-board/image?language=1&amp;owner=1&amp;name=1&amp;stargazers=1&amp;theme=Light" alt="project-image"></p>

Expand All @@ -16,7 +16,8 @@ Here're some of the project's best features:

* Create new tasks with a name and column.
* Move tasks between columns by dragging and dropping.
* Three columns available: "To Do" "In Progress" and "Done".
* Four columns available: "To Do" "In Progress" "Done" and "Archive".
* The "Archive" column is used to store tasks that are no longer active but need to be kept for record-keeping purposes. Tasks moved to this column are considered completed and are not included in the active workflow.
* Uses the react-dnd library for drag and drop functionality.
* Tasks are stored in local storage so they persist between refreshes
* Delete tasks with a click of a button
Expand Down