<?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: Suleiman Máximo Nahim</title>
    <description>The latest articles on DEV Community by Suleiman Máximo Nahim (@maxi-cod3).</description>
    <link>https://dev.to/maxi-cod3</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%2F1623019%2F77444c14-60ec-47e2-8fa2-3257b872fc7f.png</url>
      <title>DEV Community: Suleiman Máximo Nahim</title>
      <link>https://dev.to/maxi-cod3</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/maxi-cod3"/>
    <language>en</language>
    <item>
      <title>Productivity Suite</title>
      <dc:creator>Suleiman Máximo Nahim</dc:creator>
      <pubDate>Sun, 23 Mar 2025 21:39:15 +0000</pubDate>
      <link>https://dev.to/maxi-cod3/productivity-suite-4kg8</link>
      <guid>https://dev.to/maxi-cod3/productivity-suite-4kg8</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for the &lt;a href="https://dev.to/challenges/kendoreact"&gt;KendoReact Free Components Challenge&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  What I Built
&lt;/h2&gt;

&lt;p&gt;My project is a productivity app that integrates a calendar, a customizable Pomodoro timer, and a Kanban board. This way, it provides a set of tools to help you focus on your work all in one place. (Although, to be honest, it could include a couple more features, but due to personal and time constraints, I think it's a solid first version).&lt;/p&gt;

&lt;h3&gt;
  
  
  Demo
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://productivitysuite1.netlify.app/" rel="noopener noreferrer"&gt;Link Demo&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Pomodoro timer
&lt;/h2&gt;

&lt;p&gt;The Pomodoro timer contains the following elements from Kendoreact:&lt;/p&gt;

&lt;p&gt;-'Popover' and 'PopoverActionsBar' for the configuration section.&lt;/p&gt;

&lt;p&gt;-'Button' and 'ButtonGroup' for work status indicators and general buttons.&lt;/p&gt;

&lt;p&gt;-'Card', 'CardBody', 'CardHeader', and 'CardTitle' for the internal structure of the configuration Popover.&lt;/p&gt;

&lt;p&gt;-'Slider', 'SliderLabel', and 'NumericTextBox' for configuration inputs.&lt;/p&gt;

&lt;p&gt;-'Progressbar' indicates the elapsed time.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fzdkpctj981qi7dd9d0j2.jpeg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fzdkpctj981qi7dd9d0j2.jpeg" alt="Pomodoro timer" width="709" height="530"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fmiw7sdph7wa3lcg4to3i.jpeg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fmiw7sdph7wa3lcg4to3i.jpeg" alt="Config Pomodoro" width="461" height="617"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Calendar
&lt;/h2&gt;

&lt;p&gt;I have to be honest, I added a calendar that only shows the current date because it seemed quite attractive for the page, but then (with no time left, haha) I realized it could be useful for adding events or important dates.&lt;/p&gt;

&lt;p&gt;So, the only element used in this part is Calendar&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fl8i87x0qngaiy03iovn1.jpeg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fl8i87x0qngaiy03iovn1.jpeg" alt="Image description" width="720" height="457"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Kanban Board
&lt;/h2&gt;

&lt;p&gt;The elements used in the Kanban Board are:&lt;/p&gt;

&lt;p&gt;-"ListBox" and "ListBoxToolbar" to build the Kanban board with its items.&lt;/p&gt;

&lt;p&gt;-"TextBox" and "Button" to add new tasks.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fkob3hcjihq5wu44tiwj7.jpeg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fkob3hcjihq5wu44tiwj7.jpeg" alt="Image description" width="800" height="481"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/mhian/-ProductivitySuite" rel="noopener noreferrer"&gt;Repositorie github&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  KendoReact Experience
&lt;/h2&gt;

&lt;p&gt;Honestly, it was quite a challenging experience, but every challenge that is overcome is very rewarding. I learned a lot, and it gave me a chance to refresh topics I had somewhat forgotten. But this experience was really enjoyable and fun thanks to the variety of free components you can use at will, allowing you to create great ideas in a relatively short period of time. For example, if I were to rely solely on my skills and experience, it would take me at least 3 to 4 weeks to create an app of this caliber (dedicating myself fully to it). But guess what? With KendoReact, I was able to create this project in just 5 days, accelerating the process 4 times faster. Honestly, it really surprised me, and without a doubt, KendoReact will be a resource I’ll use in the future.&lt;/p&gt;

&lt;p&gt;Thanks for reading, greetings.&lt;/p&gt;

</description>
      <category>devchallenge</category>
      <category>kendoreactchallenge</category>
      <category>react</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
