This is a Kanban Board application built using React, and TypeScript with the dnd-kit library enabling the creation, updating, and deletion of tasks and columns with drag and drop functionality.
The drag-and-drop functionality is handled by the @dnd-kit library, which provides utilities for implementing drag-and-drop interactions in React applications.
I learned how to implement complex drag-and-drop interactions using @dnd-kit and improved my understanding of state management in React.
I would like to implement a backend to store the data and add user authentication to allow users to save their boards.