Pomodoro APP to Kanban Board

Exercise:

Make a Kanban board from the Pomodoro App with the following fixed columns:

  • Done,
  • Monday,
  • Tuesday,
  • Wednesday,
  • Thursday,
  • Friday,
  • Later.

Source code:

Use the PomodoroTracker3 folder as a starting point. The end result is in PomodoroTracker4.

Solution:

Our app is becoming more and more useful after each exercise. These exercises symbolize what kinds of tasks you may get in an interview, but you also get the convenience of building on top of your existing code. If you go through all exercises at once, you may get the experience of solving a homework exercise.

First, let’s add a div for the kanban board:

Level up your interview prep. Join Educative to access 70+ hands-on prep courses.