From the course: JavaScript Code Challenges: Creating Web Apps

Unlock this course with a free trial

Join today to access over 25,300 courses taught by industry experts.

Introduction: Kanban board

Introduction: Kanban board

- [Instructor] In this module, we're building a Kanban board, and that's a slick little productivity tool where tasks move across columns like they're on a conveyor belt to done. Think Trello, but handmade and with a bit more soul. This app gives you a chance to stretch your UI and UX skills and get hands-on with drag-and-drop functionality, which is both super satisfying and surprisingly manageable once we break it down. Here's the final results. You can add tasks, you can move them around, and actually you can feel like you've got your life together, or at least like you've got a system for pretending to have sorted your work, your planning, or the organizing of your sock drawer. It's a lot to get done, so let's go ahead and build it.

Contents