Skip to content

masterT/pomodoro-timer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

80 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

pomodoro-timer

This is a ๐Ÿ… Pomodoro like timer written in Vue.js.

The Pomodoro Technique is a time management method developed by Francesco Cirillo in the late 1980s. The technique uses a timer to break down work into intervals, traditionally 25 minutes in length, separated by short breaks. These intervals are named pomodoros, the plural in English of the Italian word pomodoro (tomato), after the tomato-shaped kitchen timer that Cirillo used as a university student. The method is based on the idea that frequent breaks can improve mental agility.

Wikipedia

Demo

https://masterT.github.io/pomodoro-timer

Development

Requirements:

  • Node.js (v12.19.0)
  • Yarn

Project setup

Install dependencies:

yarn install

Compiles and hot-reloads for development

yarn run serve

Compiles and minifies for production

yarn run build

Lints and fixes files

yarn run lint

Start Storybook

yarn run storybook

Build Storybook

yarn run build-storybook

Customize configuration

See Configuration Reference.

Deploy

Deploy on GitHub pages:

./deploy.sh

Contributing

Contribution is welcome! Open an issue first.

Liscence

MIT