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 feature to delete item #14

Closed abhinav5481 closed 3 years ago

abhinav5481 commented 3 years ago

Issue: #13

I have added a feature to delete any listed task.

The UI would look somewhat like image

After deleting the updated list would appear as image

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