<?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: Ian Frye</title>
    <description>The latest articles on DEV Community by Ian Frye (@ianfrye0818).</description>
    <link>https://dev.to/ianfrye0818</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%2F1192992%2F53a00e2c-2136-4e6c-a025-3f9b947cada2.jpeg</url>
      <title>DEV Community: Ian Frye</title>
      <link>https://dev.to/ianfrye0818</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ianfrye0818"/>
    <language>en</language>
    <item>
      <title>💡 Google Keep Clone</title>
      <dc:creator>Ian Frye</dc:creator>
      <pubDate>Sun, 12 Nov 2023 12:26:46 +0000</pubDate>
      <link>https://dev.to/ianfrye0818/google-keep-clone-2oc3</link>
      <guid>https://dev.to/ianfrye0818/google-keep-clone-2oc3</guid>
      <description>&lt;p&gt;Created a fully featured Google Keep clone with Scrimba. This was my first &lt;strong&gt;class based&lt;/strong&gt; project I took on. &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The concept&lt;/strong&gt; - &lt;/p&gt;

&lt;h2&gt;
  
  
  The concept was to be able to create to dos with easy to use &lt;em&gt;intuitive&lt;/em&gt; methods. You can &lt;del&gt;cross off&lt;/del&gt; items one by one to make your day better. 
&lt;/h2&gt;

&lt;blockquote&gt;
&lt;p&gt;"Practicing learned skills can only make you better"&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;The hardest part about this challenge was learning how and when to use the &lt;em&gt;this&lt;/em&gt; keyword within the class based methods. Also keeping track of state. Also, I'm glad I learned about modular and comments in the next lesson as when I added more and more functions it was getting really hard to read and keep track of who was using what function. &lt;/p&gt;

&lt;p&gt;The order we completed the project:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Created out base class structure&lt;/li&gt;
&lt;li&gt;Added the ability to add a post&lt;/li&gt;
&lt;li&gt;Added the ability to edit a post&lt;/li&gt;
&lt;li&gt;Added the ability to update the color of a post&lt;/li&gt;
&lt;li&gt;Added the ability to remove a post&lt;/li&gt;
&lt;li&gt;Added the functionality of saving your lists in local storage to persist into the next session.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Github&lt;/strong&gt;&lt;br&gt;
&lt;a href="https://github.com/ianfrye0818/scrimba/tree/main/google-keep-clone"&gt;Project Link&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Live Site&lt;/strong&gt;&lt;br&gt;
&lt;a href="https://scrimba.netlify.wifrye.net/google-keep-clone/"&gt;Live Site&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s---6ukG4Cz--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/vi9h0v7ijbmi7owz025n.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s---6ukG4Cz--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/vi9h0v7ijbmi7owz025n.png" alt="Screenshot of Google Keep Clone project" width="800" height="434"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Let me know any feedback our thoughts as I continue my journey. Also feel free to shoot me an email. &lt;br&gt;
&lt;a href="mailto:biggiefrye45@gmail.com"&gt;biggiefrye45@gmail.com&lt;/a&gt;&lt;/p&gt;

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