Skip to content

DawidFrankiewicz/pomodoro-work-break-timer

Repository files navigation

Pomodoro Work Break Timer

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.

Preview

Github pages: https://dawidfrankiewicz.github.io/pomodoro-work-break-timer/

Setup

Node.js version: v20.8.0

Make sure to install the dependencies:

# npm
npm install

Development Server

Start the development server on http://localhost:3000:

# npm
npm run dev

Production

Build the application for production:

# npm
npm run build

Locally preview production build:

# npm
npm run preview

About

A simple timer to help you take breaks while working.

Resources

Stars

Watchers

Forks

Contributors