Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 1.27 KB

README.md

File metadata and controls

31 lines (18 loc) · 1.27 KB

Pomodoro Clock

Simple Pomodoro app written in vanilla JavaScript.

Live version: https://barbaraszott.github.io/pomodoro/

Table of contents

Introduction

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

Pomodoro Technique

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.

alt text

Learn more abour pomodoro technique on Wikipedia.

Technologies

  • Vanilla JavaScript (ES6)
  • SCSS as a CSS preprocessor
  • BEM methodology