Skip to content
Open
Changes from 1 commit
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
4 changes: 2 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,7 @@ 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".
* 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