# 【100sites #002】Pomodoro

- Canonical: https://easonchang.com/posts/100sites-002-pomodoro
- Date: 2016-02-12T16:07:00.000Z
- Language: en
- Description: A simple Pomodoro Technique timer.
- Translation: AI-assisted, from the zh-TW original

[Github](https://github.com/eason-dev/100sites/tree/master/002_Pomodoro)

[Live Demo](http://kamigami55.github.io/100sites/002_Pomodoro/pomodoro.html)

![Screenshot 2016-02-13 12.00.31 AM.png](https://i.imgur.com/9qcTEZY.jpg)

A simple [Pomodoro Technique](https://zh.wikipedia.org/zh-tw/番茄工作法) timer. I reused the code from [#001Timer](http://easonchang.com/2016/02/12/100sites-001-timer/) with some tweaks and improvements.

I Googled an interval function that automatically corrects for drift, so the time-drift problem is now solved.

But when Pomodoro runs in the background, the time-freeze problem remains — the time in the title still drifts badly.
