<?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: aj9775</title>
    <description>The latest articles on DEV Community by aj9775 (@aj9775).</description>
    <link>https://dev.to/aj9775</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%2F426131%2Fc003d4c1-9335-4c4b-b959-9e53df8c7553.png</url>
      <title>DEV Community: aj9775</title>
      <link>https://dev.to/aj9775</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/aj9775"/>
    <language>en</language>
    <item>
      <title>FrontEnd projects for Beginners</title>
      <dc:creator>aj9775</dc:creator>
      <pubDate>Thu, 03 Dec 2020 07:14:27 +0000</pubDate>
      <link>https://dev.to/aj9775/frontend-projects-for-beginners-2gbb</link>
      <guid>https://dev.to/aj9775/frontend-projects-for-beginners-2gbb</guid>
      <description>&lt;p&gt;As a new FrontEnd developer I have had quite a bit of trouble deciding which projects should I do first to learn the basics. Having gone through countless posts and blogs I curated a list of projects for beginners in React.&lt;br&gt;
Once I had the list the second problem that I faced was that I could not find a common repository or guide or a post which had more than one of these projects. At times it really become a cumbersome task to shift through different repository and posts to understand these applications.&lt;br&gt;
One advantage I found having all the projects in one place is that I could visualize how the different features of React worked and how to decide which feature to use for a particular problem.&lt;br&gt;
Though this list in itself is in no way complete it is a start. More applications will be added to this list in the days to come by.&lt;/p&gt;

&lt;h3&gt;
  
  
  .Up and Down Counter
&lt;/h3&gt;

&lt;h3&gt;
  
  
  .Tic Tac Toe
&lt;/h3&gt;

&lt;h3&gt;
  
  
  .ToDo List
&lt;/h3&gt;

&lt;h3&gt;
  
  
  .Calculator
&lt;/h3&gt;

&lt;h3 id="Up_and_Down_Counter"&gt;Up and Down Counter&lt;/h3&gt;

&lt;p&gt;Up and Down Counter is a basic counter application where on the click of a button the count value can either be incremented or decremented.&lt;br&gt;
&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Ftayktqp7ve8jq8v34a3v.JPG" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Ftayktqp7ve8jq8v34a3v.JPG" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3 id="Tic_Tac_Toe"&gt;Tic Tac Toe&lt;/h3&gt;

&lt;p&gt;The classic Tic Tac Toe game created using React. It is created using the example given in the React official website.&lt;br&gt;
&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fv7vic4ctbpfoxjdqtauq.JPG" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fv7vic4ctbpfoxjdqtauq.JPG" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3 id="ToDo_List"&gt;ToDo List&lt;/h3&gt;

&lt;p&gt;A simple to do list with two different input fields. It is a simple application to temporarily store the values entered by the user. Currently I have fixed the maximum number of items in the list to five but it can be easily removed by just removing the if condition.&lt;br&gt;
&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fw4swoidjleoix260f3qu.JPG" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fw4swoidjleoix260f3qu.JPG" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3 id="Calculator"&gt;Calculator&lt;/h3&gt;

&lt;p&gt;A simple calculator made using React.&lt;br&gt;
&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fcnb9lcigmynso7tgj6qz.JPG" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fcnb9lcigmynso7tgj6qz.JPG" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;For a demo of the application fell free to wisit the &lt;a href="https://aj9775-frontend.netlify.app/#/ToDo" rel="noopener noreferrer"&gt;website&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;All codes are available in the &lt;a href="https://github.com/aj9775/FrontEndDevelopment" rel="noopener noreferrer"&gt;Git Hub repository&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Please comment if you have any other beginner level project ideas.&lt;/p&gt;

</description>
      <category>react</category>
      <category>html</category>
      <category>css</category>
      <category>beginners</category>
    </item>
    <item>
      <title>Simple React Up and down Counter</title>
      <dc:creator>aj9775</dc:creator>
      <pubDate>Fri, 24 Jul 2020 06:41:40 +0000</pubDate>
      <link>https://dev.to/aj9775/simple-react-up-and-down-counter-ppb</link>
      <guid>https://dev.to/aj9775/simple-react-up-and-down-counter-ppb</guid>
      <description>&lt;p&gt;With the release of React Hooks by Facebook, management of state has become really easy in React. Hooks helps us in storing the new data which can be used later in the application in the same session.&lt;br&gt;
A counter is a simple application which counts the number of times a button has been clicked. It can also be modified such that on click of one button the count increases and on the click of other the count decreases. This is a tutorial for such a counter. I apologize for the styling in advance, I have horrible taste in styling.&lt;br&gt;
The first thing that we will do is create a simple React app. Type the following lines of code in the command window in the file location where you want to create the application.&lt;/p&gt;

&lt;p&gt;"npx create-react-app appName"&lt;/p&gt;

&lt;p&gt;This will create a basic React app that displays the React symbol. Create a new "&lt;strong&gt;Counter.js&lt;/strong&gt;" file in the "&lt;strong&gt;src&lt;/strong&gt;" folder.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fysc2bxbkevljjlr0110e.JPG" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fysc2bxbkevljjlr0110e.JPG" alt="Alt Text"&gt;&lt;/a&gt;&lt;br&gt;
The “&lt;strong&gt;OnIncrementClick&lt;/strong&gt;” and “&lt;strong&gt;OnDecrementClick&lt;/strong&gt;” acts as event handler which increases or decreases the count value. {count} displays the current count value.&lt;br&gt;
&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2F0f7kmaxp3d8549avetmp.JPG" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2F0f7kmaxp3d8549avetmp.JPG" alt="Alt Text"&gt;&lt;/a&gt;&lt;br&gt;
Count is a state variable which is set to a value using setCount. useState hook is used to make both these variables state variables. Whenever the Increment button is pressed the count value is increased by one and on the press of the Decrement button the count value is decreased by one.&lt;br&gt;
You can test it here. &lt;a href="https://codesandbox.io/embed/tender-bartik-4wrsz?fontsize=14&amp;amp;hidenavigation=1&amp;amp;theme=dark" rel="noopener noreferrer"&gt;Click Here&lt;/a&gt;&lt;/p&gt;

</description>
      <category>react</category>
      <category>javascript</category>
      <category>html</category>
      <category>css</category>
    </item>
  </channel>
</rss>
