kunalkashyap855 / kanban

An implementation of a Kanban Board using ReactJS, for IEEE CrossWoC 2021
GNU General Public License v3.0
3 stars 5 forks source link

Added edit task feature #12

Closed abhinav5481 closed 3 years ago

abhinav5481 commented 3 years ago

Issue #11

I have added a feature to edit items in the list.

Upon hovering over the listed task, an edit icon would appear which would look something like image

On clicking the edit button, a modal would show up which will show the current content of the item. The content can be edited. image

On submitting the edited item, the user can see the updated task as image

Please review my code and let me know if any further changes are required.