Building a beautiful Kanban board with Node.js, React, and Websockets

Nevo David
JavaScript in Plain English
18 min readSep 28, 2022

--

What is this article about?

In this article, you’ll learn how to build a Kanban Board the same as you have in JIRA, Monday and Trello. We will do it with a beautiful drag-and-drop feature using React, Socket.io, and React beautiful DND. Users will be able to sign in, create and update various tasks, and add comments.

--

--