Skip to content

dantemogni/pomodoro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Netlify Status

Pomodoro Web App ⏳🙇‍♂️

Simple yet useful pomodoro timer.

Dark/Light theme support

Features 🌟

  • Dark/Light theme support
  • Fully Customizable:
    • Change the duration of the work session
    • Change the duration of the break session
    • Change the duration of the long break session
    • Change the number of sessions until long break
  • Ability to save a custom setting by bookmarking the URL and accessing from it later, so that you don't have to manually set it again
  • Browser notifications

What is the Pomodoro Technique, anyways? 🍅❓

Acording to Wikipedia,

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. Each interval is known as a pomodoro, from the Italian word for 'tomato', after the tomato-shaped kitchen timer that Cirillo used as a university student.

The technique has been widely popularized by dozens of apps and websites providing timers and instructions. Closely related to concepts such as timeboxing and iterative and incremental development used in software design, the method has been adopted in pair programming contexts.

So, basically, it's a technique that helps you boost your productivity. Give it a try! 😀


Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint