Pomodoro timer in vue using a web worker. Timer is implemented using setInterval method (https://developer.mozilla.org/en-US/docs/Web/API/setInterval).
For an implementation without a web worker in vue using typescript refer to this repository - https://github.com/ispandey81/Pomodoro.
npm install
npm run serve
npm run build
npm run test:unit
npm run lint