Implementing the Pomodoro timer

One of the most important components of our application is, without any doubt, the Pomodoro timer. It performs the main functionality of the application. So, it might be a good idea to implement it in the first place.

I am thinking of some kind of a circular timer. Something like this:

Implementing the Pomodoro timer

Circular timer to be implemented as a Pomodoro timer

As time passes, the highlighted sector will move counterclockwise and the time will count down as well. To implement this kind of structure, I am thinking of three components:

  • SvgCircleSector: This component will just receive an angle as a property and color the corresponding sector of ...

Get Vue.js 2 and Bootstrap 4 Web Development now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.