<?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: Abiyyu Cakra</title>
    <description>The latest articles on DEV Community by Abiyyu Cakra (@abiyyu03).</description>
    <link>https://dev.to/abiyyu03</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%2F1072235%2F0be3153b-8263-4ed2-bd12-b31ec8d38d73.jpeg</url>
      <title>DEV Community: Abiyyu Cakra</title>
      <link>https://dev.to/abiyyu03</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/abiyyu03"/>
    <language>en</language>
    <item>
      <title>#GithubHack23 : Pomotimer App using Vanilla JavaScript</title>
      <dc:creator>Abiyyu Cakra</dc:creator>
      <pubDate>Tue, 23 May 2023 17:11:16 +0000</pubDate>
      <link>https://dev.to/abiyyu03/githubhack23-pomotimer-app-using-vanilla-javascript-31n6</link>
      <guid>https://dev.to/abiyyu03/githubhack23-pomotimer-app-using-vanilla-javascript-31n6</guid>
      <description>&lt;h2&gt;
  
  
  What I built
&lt;/h2&gt;

&lt;p&gt;I created a &lt;a href="https://en.wikipedia.org/wiki/Pomodoro_Technique"&gt;pomodoro&lt;/a&gt; timer app to help users to focus and rest at certain intervals. This app is based on the Pomodoro time management method developed by Francesco Cirillo in the late 1980s&lt;/p&gt;

&lt;h3&gt;
  
  
  Category Submission:
&lt;/h3&gt;

&lt;p&gt;Phone Friendly: Projects built for Mobile (PWA)&lt;/p&gt;

&lt;h3&gt;
  
  
  App Link
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://pomotimerjs.netlify.app/"&gt;https://pomotimerjs.netlify.app/&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Screenshots
&lt;/h3&gt;

&lt;p&gt;Splash Screen in android PWA&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--7E9jvhBB--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/q9fcxyjd94f1gzpt1lki.jpeg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--7E9jvhBB--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/q9fcxyjd94f1gzpt1lki.jpeg" alt="Splash Screen in android PWA" width="720" height="1280"&gt;&lt;/a&gt;&lt;br&gt;
Web Desktop Version&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--v8ZrL3gk--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/rns090dsyoglcefjde6y.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--v8ZrL3gk--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/rns090dsyoglcefjde6y.png" alt="Desktop Version" width="800" height="466"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Description
&lt;/h3&gt;

&lt;p&gt;A simple application that will help users train their focus with the Pomodoro method. The way the Pomodoro method works is by doing the work for a set time, then resting for 5-15 minutes. then start focusing again and so on until the job is done. users can customize the sound of the alarm when finished focusing and finished resting. This app is build with HTML, CSS and Javascript&lt;/p&gt;

&lt;h3&gt;
  
  
  Link to Source Code
&lt;/h3&gt;

&lt;p&gt;visit &lt;a href="https://github.com/abiyyu03/pomotimer/"&gt;this link&lt;/a&gt; to get source code&lt;/p&gt;

&lt;h3&gt;
  
  
  Permissive License
&lt;/h3&gt;

&lt;p&gt;This project is licensed under MIT&lt;/p&gt;

&lt;h2&gt;
  
  
  Background
&lt;/h2&gt;

&lt;p&gt;My main purpose to create this web app is because I want to learn more about Javascript, besides that, I am a person who easily loses focus when doing something, so I know the Pomodoro method. And I decided to make it in the form of a web-based application. even though there are many pomodoro timer applications out there, I want to make my own version in the hope that the application that I made can be useful for many people&lt;/p&gt;

&lt;h3&gt;
  
  
  How I built it
&lt;/h3&gt;

&lt;p&gt;I utilize Github Actions to deploy static content to pages and for build Github pages. In developing process, i've learned much about JavaScript, like the how unique this language, applying asynchronous, etc. And also i've learned how to implement progressive web app in a static site.  &lt;/p&gt;

&lt;h3&gt;
  
  
  How to install on mobile
&lt;/h3&gt;

&lt;p&gt;open this app link, then find in your browser menu, "add to home screen" or something like that. &lt;/p&gt;

&lt;h3&gt;
  
  
  Additional Resources/Info
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://en.wikipedia.org/wiki/Pomodoro_Technique"&gt;https://en.wikipedia.org/wiki/Pomodoro_Technique&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.freecodecamp.org/news/build-a-pwa-from-scratch-with-html-css-and-javascript/"&gt;https://www.freecodecamp.org/news/build-a-pwa-from-scratch-with-html-css-and-javascript/&lt;/a&gt;&lt;/p&gt;

</description>
      <category>githubhack23</category>
    </item>
  </channel>
</rss>
