<?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: Sanchit Bhasin</title>
    <description>The latest articles on DEV Community by Sanchit Bhasin (@sanchitbhasin).</description>
    <link>https://dev.to/sanchitbhasin</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%2F555077%2F13a7d6dc-5f8c-4893-afeb-eacbc64985fd.jpeg</url>
      <title>DEV Community: Sanchit Bhasin</title>
      <link>https://dev.to/sanchitbhasin</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/sanchitbhasin"/>
    <language>en</language>
    <item>
      <title>Finally...🙌</title>
      <dc:creator>Sanchit Bhasin</dc:creator>
      <pubDate>Sat, 13 Mar 2021 15:37:46 +0000</pubDate>
      <link>https://dev.to/sanchitbhasin/finally-3kfo</link>
      <guid>https://dev.to/sanchitbhasin/finally-3kfo</guid>
      <description>&lt;p&gt;After a month and 63 commits here it is, finally...&lt;/p&gt;

&lt;h1&gt;
  
  
  The React Color App
&lt;/h1&gt;

&lt;p&gt;I have been learning &lt;em&gt;React&lt;/em&gt; for about 2 months now and this is the main project of the course I have been following along.&lt;br&gt;
&lt;a href="https://the-color-app.netlify.app/"&gt;Demo&lt;/a&gt;&lt;br&gt;
&lt;a href="https://github.com/sanchitbhasin/The-Color-App"&gt;Repo&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Do check it out and would love to hear it from you about it 😀😀&lt;/p&gt;

</description>
      <category>react</category>
      <category>webdev</category>
      <category>productivity</category>
      <category>javascript</category>
    </item>
    <item>
      <title>Day 13 to 19 - 100daysofcode</title>
      <dc:creator>Sanchit Bhasin</dc:creator>
      <pubDate>Wed, 03 Feb 2021 21:25:28 +0000</pubDate>
      <link>https://dev.to/sanchitbhasin/day-13-to-19-100daysofcode-3c5d</link>
      <guid>https://dev.to/sanchitbhasin/day-13-to-19-100daysofcode-3c5d</guid>
      <description>&lt;p&gt;For the past days I been learning about React LifeCycle methods and working with APIs.&lt;br&gt;
Which can be easily described with &lt;a href="https://projects.wojtekmaj.pl/react-lifecycle-methods-diagram/"&gt;react-lifecylce-methods-diagram&lt;/a&gt;.&lt;br&gt;
Also as an exercise I made a couple of projects one of them is&lt;/p&gt;

&lt;h2&gt;
  
  
  Dad-Jokes-App
&lt;/h2&gt;

&lt;p&gt;That fetches Jokes from &lt;a href="https://icanhazdadjoke.com/"&gt;icanhazdadjoke&lt;/a&gt; API and displays them and persists to LocalStorage and the fun part is you can always have more and sort them accordingly.&lt;br&gt;
You can check out the &lt;a href="https://dadz-joke-app.netlify.app/"&gt;Demo&lt;/a&gt; and &lt;a href="https://github.com/sanchitbhasin/dad-jokes-app"&gt;Repo&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;So, do you like the jokes 🙃&lt;/p&gt;

&lt;h1&gt;
  
  
  100daysofcode 🚀🚀🚀
&lt;/h1&gt;

</description>
      <category>100daysofcode</category>
      <category>react</category>
      <category>javascript</category>
      <category>webdev</category>
    </item>
    <item>
      <title>Day 10, 11, 12 - 100daysofcode</title>
      <dc:creator>Sanchit Bhasin</dc:creator>
      <pubDate>Wed, 27 Jan 2021 21:09:33 +0000</pubDate>
      <link>https://dev.to/sanchitbhasin/day-10-11-12-100daysofcode-560c</link>
      <guid>https://dev.to/sanchitbhasin/day-10-11-12-100daysofcode-560c</guid>
      <description>&lt;p&gt;In these past three days, I have been learning about how forms work in React, and how to handle data flow.&lt;br&gt;
While learning I have done a few exercises also that include a ToDo List App which I will include in the next report.&lt;/p&gt;

&lt;h3&gt;
  
  
  100DaysOfCode 🚀🚀🚀
&lt;/h3&gt;

</description>
      <category>100daysofcode</category>
      <category>react</category>
      <category>javascript</category>
      <category>webdev</category>
    </item>
    <item>
      <title>Day 9 - 100daysofcode</title>
      <dc:creator>Sanchit Bhasin</dc:creator>
      <pubDate>Sat, 23 Jan 2021 22:00:15 +0000</pubDate>
      <link>https://dev.to/sanchitbhasin/day-9-100daysofcode-247m</link>
      <guid>https://dev.to/sanchitbhasin/day-9-100daysofcode-247m</guid>
      <description>&lt;p&gt;After many days being wasted or occupied by something else I am ready to be back on track, committed to my 100daysofcode challenge&lt;/p&gt;

&lt;p&gt;I have just completed a couple of React games&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;h3&gt;
  
  
  Hangman
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://hangman-v1.netlify.app/"&gt;Demo&lt;/a&gt; and &lt;a href="https://github.com/sanchitbhasin/Hangman"&gt;Repo&lt;/a&gt; can be found here.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;h3&gt;
  
  
  Lights-out
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://lights-out-sanchit.netlify.app/"&gt;Demo&lt;/a&gt; and &lt;a href="https://github.com/sanchitbhasin/Lights-Out"&gt;Repo&lt;/a&gt; can be found here.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;From now on I will try my best to be regular and not put a gap in.&lt;/p&gt;

&lt;h1&gt;
  
  
  100daysofcode🚀🚀🚀
&lt;/h1&gt;

</description>
      <category>100daysofcode</category>
      <category>react</category>
      <category>javascript</category>
      <category>webdev</category>
    </item>
    <item>
      <title>Day 7, 8 - 100daysofcode</title>
      <dc:creator>Sanchit Bhasin</dc:creator>
      <pubDate>Sat, 16 Jan 2021 21:58:56 +0000</pubDate>
      <link>https://dev.to/sanchitbhasin/day-7-8-100daysofcode-1k74</link>
      <guid>https://dev.to/sanchitbhasin/day-7-8-100daysofcode-1k74</guid>
      <description>&lt;p&gt;In the past two days, I`ve been practicing with react state&lt;br&gt;
with some exercises as part of the course. &lt;br&gt;
and also sorry to the one reading it the day was not as productive as it should be but will try to make the next day(s) count 😁&lt;br&gt;
also will upload the small games I have been working on and share the demo with you all.&lt;br&gt;
that's all for the day, next up will be working on React forms and will try to read the react docs.&lt;/p&gt;

&lt;h1&gt;
  
  
  100daysofcode 🚀🚀🚀
&lt;/h1&gt;

</description>
      <category>react</category>
      <category>javascript</category>
      <category>100daysofcode</category>
      <category>webdev</category>
    </item>
    <item>
      <title>Day 5, 6 - 100daysofcode</title>
      <dc:creator>Sanchit Bhasin</dc:creator>
      <pubDate>Wed, 13 Jan 2021 23:36:50 +0000</pubDate>
      <link>https://dev.to/sanchitbhasin/day-5-6-100daysofcode-4f7p</link>
      <guid>https://dev.to/sanchitbhasin/day-5-6-100daysofcode-4f7p</guid>
      <description>&lt;p&gt;Uploaded the simple Pokemon game to Github pages&lt;br&gt;
&lt;a href="https://sanchitbhasin.github.io/Pokegame/"&gt;Live Demo&lt;/a&gt;&lt;br&gt;
Also, learned about React state, how you can set and access state and why writing it in a class constructor is necessary&lt;br&gt;
and also when using components state inside of a javascript function we have to bind the &lt;strong&gt;this&lt;/strong&gt; keyword.&lt;/p&gt;

&lt;p&gt;Forward ⏭ will be looking into - React State Patterns and the world of React Events.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;It is not the best game and I'll be updating it in the future as my skill set grows&lt;/p&gt;
&lt;/blockquote&gt;

</description>
      <category>react</category>
      <category>javascript</category>
      <category>webdev</category>
      <category>100daysofcode</category>
    </item>
    <item>
      <title>Day 3, 4 - 100daysofcode</title>
      <dc:creator>Sanchit Bhasin</dc:creator>
      <pubDate>Mon, 11 Jan 2021 23:13:33 +0000</pubDate>
      <link>https://dev.to/sanchitbhasin/day-3-4-100daysofcode-2ab9</link>
      <guid>https://dev.to/sanchitbhasin/day-3-4-100daysofcode-2ab9</guid>
      <description>&lt;p&gt;Got introduced to React file structuring and "create-react-app" an amazing way to get a skeleton for react apps, which makes our lives much easier 😁&lt;br&gt;
And, using the knowledge gained so far build a simple Pokemon game which from a total of 8 Pokemons divided them into a set of two and with base experience decided which team would win in a battle.&lt;/p&gt;

&lt;p&gt;Next up will be looking into React states and will try to read the official documentation of React also 🧾.&lt;/p&gt;

</description>
      <category>100daysofcode</category>
      <category>react</category>
      <category>javascript</category>
      <category>webdev</category>
    </item>
    <item>
      <title>Day 1, 2 - 100daysofcode</title>
      <dc:creator>Sanchit Bhasin</dc:creator>
      <pubDate>Sun, 10 Jan 2021 12:44:10 +0000</pubDate>
      <link>https://dev.to/sanchitbhasin/day-1-2-100daysofcode-4dfi</link>
      <guid>https://dev.to/sanchitbhasin/day-1-2-100daysofcode-4dfi</guid>
      <description>&lt;h1&gt;
  
  
  Started the react tutorials
&lt;/h1&gt;

&lt;p&gt;Just got started with the course and got introduced to react.&lt;br&gt;
Got to know what components are and how they are structured in the application.&lt;br&gt;
Read about JSX and why it important in writing React application and what the difference if will not use JSX.&lt;br&gt;
Can wait to learn more about it.&lt;/p&gt;

&lt;p&gt;Pss - Use JSX 😜&lt;/p&gt;

</description>
      <category>100daysofcode</category>
      <category>react</category>
      <category>javascript</category>
      <category>webdev</category>
    </item>
    <item>
      <title>100daysofcode - init</title>
      <dc:creator>Sanchit Bhasin</dc:creator>
      <pubDate>Thu, 07 Jan 2021 13:32:16 +0000</pubDate>
      <link>https://dev.to/sanchitbhasin/100daysofcode-init-i2k</link>
      <guid>https://dev.to/sanchitbhasin/100daysofcode-init-i2k</guid>
      <description>&lt;p&gt;I took the #100daysofcode challenge before also but gave up after 20 days, because of the strict rules I set for myself and also not posting to any platform, so now I started it again hoping to code at least 1 hr a day for the next 100 days (it will be okay to miss a day or two if something else come up in life).&lt;/p&gt;

&lt;p&gt;So from today, I start the #100daysofcode challenge and will be regular in updating you guys also.&lt;br&gt;
By aiming to learn React by initially taking the course on udemy - &lt;a href="https://www.udemy.com/course/modern-react-bootcamp/"&gt;https://www.udemy.com/course/modern-react-bootcamp/&lt;/a&gt;&lt;/p&gt;

</description>
      <category>100daysofcode</category>
      <category>javascript</category>
      <category>webdev</category>
      <category>programming</category>
    </item>
  </channel>
</rss>
