The Wayback Machine - https://web.archive.org/web/20201005141346/https://github.com/masterT/pomodoro-timer
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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 >= v10.16.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

Customize configuration

See Configuration Reference.

Deploy

Deploy on GitHub pages:

./deploy.sh

Contributing

Contribution is welcome! Open an issue first.

Liscence

MIT

You can’t perform that action at this time.