Watch us Build a Trello Clone w/ Vue 2

Lessons

1. Tour of the App

3:19

2. Building our Board

16:15

3. Opening Tasks in a Modal

12:55

4. Adding and Editing Tasks

12:22

5. Drag & Dropping Tasks

13:08

6. Dragging Columns

23:02

7. Adding New Columns

9:06

8. Extracting Components

19:30

9. Creating a Mixin

6:13

10. Extracting Drag & Drop

25:29

Extracting Components

It’s finally time to clean up our code, and it’s really impressive how detail-oriented Damian gets when it comes to refactoring. One of the most common places where we can look for refactoring material are v-for loops, and there’s a bunch inside our Board.vue.

**In the vide