Simple Pomodoro app written in vanilla JavaScript.
Live version: https://barbaraszott.github.io/pomodoro/
I wrote this app just for fun and practice - it was one of the 'FrontEnd Libraries' project but afterwards I've decided to go vanilla.
Design inspiration - Pomodoro Timer Icon made by Vikky
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.
Learn more abour pomodoro technique on Wikipedia.
- Vanilla JavaScript (ES6)
- SCSS as a CSS preprocessor
- BEM methodology