A simple timer to help you take breaks while working. The timer is based on the Pomodoro Technique.
A goal of the technique is to reduce the effect of internal and external interruptions on focus and flow.
This project was created using Nuxt.js and Tailwind CSS.
Github pages: https://dawidfrankiewicz.github.io/pomodoro-work-break-timer/
Node.js version: v20.8.0
Make sure to install the dependencies:
# npm
npm installStart the development server on http://localhost:3000:
# npm
npm run devBuild the application for production:
# npm
npm run buildLocally preview production build:
# npm
npm run preview