What you'll learn
In this project, you’ll follow along with our instructions and build a simple Kanban Board with JavaScript. You’ll create a dynamic form to add items to the board. You will also implement drag and drop functionality and use the dataTransfer API.
Table of contents
Setup
10m
- Set up your local environment for projects. We'll walk you through everything you need to know, including how to install and configure your environment to be able to complete all of the tasks.
Kanban Board Events
20m
- By the end of this module, you’ll have created a dynamic form to add items to a Kanban Board, and implemented drag and drop functionality.