<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Watery Pickle</title>
    <description>The latest articles on DEV Community by Watery Pickle (@waterypicklemaniac).</description>
    <link>https://dev.to/waterypicklemaniac</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3424940%2F0e6d7f9d-aa62-4820-b76b-b8f6ed4a0a3e.jpg</url>
      <title>DEV Community: Watery Pickle</title>
      <link>https://dev.to/waterypicklemaniac</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/waterypicklemaniac"/>
    <language>en</language>
    <item>
      <title>My Pomodoro Timer Clone (Inspired by Pomofocus.io, Built from Scratch)</title>
      <dc:creator>Watery Pickle</dc:creator>
      <pubDate>Mon, 11 Aug 2025 08:11:34 +0000</pubDate>
      <link>https://dev.to/waterypicklemaniac/my-pomodoro-timer-clone-inspired-by-pomofocusio-built-from-scratch-3ac8</link>
      <guid>https://dev.to/waterypicklemaniac/my-pomodoro-timer-clone-inspired-by-pomofocusio-built-from-scratch-3ac8</guid>
      <description>&lt;p&gt;I’ve always loved the simplicity and usability of Pomofocus.io, so I decided to challenge myself by recreating it — but with my own code and a few tweaks.&lt;/p&gt;

&lt;p&gt;I copied the general design and core features from Pomofocus.io, but wrote everything myself from scratch in HTML, CSS, and JavaScript. The project includes:&lt;/p&gt;

&lt;p&gt;Work sessions, short breaks, and long breaks&lt;/p&gt;

&lt;p&gt;Adjustable timers&lt;/p&gt;

&lt;p&gt;Task tracking&lt;/p&gt;

&lt;p&gt;LocalStorage persistence&lt;/p&gt;

&lt;p&gt;A secondary “mini timer” window that stays in sync with the main timer&lt;/p&gt;

&lt;p&gt;This was a fun way to learn more about JavaScript timers, DOM manipulation, and state management across windows.&lt;/p&gt;

&lt;p&gt;Live demo: &lt;a href="https://njegosjerinic.github.io/pomodoro/" rel="noopener noreferrer"&gt;https://njegosjerinic.github.io/pomodoro/&lt;/a&gt;&lt;br&gt;
Source code: &lt;a href="https://github.com/njegosjerinic/pomodoro" rel="noopener noreferrer"&gt;https://github.com/njegosjerinic/pomodoro&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I’d love feedback on:&lt;/p&gt;

&lt;p&gt;Any bugs you notice in timer sync or state saving&lt;/p&gt;

&lt;p&gt;Ways to make the code more efficient or modular&lt;/p&gt;

&lt;p&gt;Suggestions for extra features&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
