Search⌘ K

Insert the Timer Module in the Pomodoro App

In order to integrate the timer into our application, we'll need to import it.

We'll cover the following...

Exercise:

Wrap the stopwatch timer implemented in Exercise 15 in an ES6 module and import it in the Pomodoro App.

Source code:

Use the PomodoroTracker7 folder as a starting point. The end result is in PomodoroTrack ...