From 274fb4e2fce58773b7e1083d26895ccbb607ef64 Mon Sep 17 00:00:00 2001 From: Thibault Goudouneix Date: Wed, 16 Oct 2019 14:31:42 +0200 Subject: [PATCH] Add a new Pomodoro Clock example --- Projects/Pomodoro-Clock.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Projects/Pomodoro-Clock.md b/Projects/Pomodoro-Clock.md index 8047504b..a3a1b54f 100644 --- a/Projects/Pomodoro-Clock.md +++ b/Projects/Pomodoro-Clock.md @@ -25,3 +25,4 @@ The Pomodoro Technique is a time management method developed by Francesco Cirill - [Joe Weaver's example](https://codepen.io/JoeWeaver/pen/bLbbxK) - [FreeCodeCamp Pomodoro Clock example](https://codepen.io/freeCodeCamp/full/XpKrrW) - [A desktop pomodoro app for menubar/tray.](https://github.com/amitmerchant1990/pomolectron) +- [A web Pomodoro app written in Svelte](https://github.com/Nilmanduil/SveltePomodoro)