<?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: Austin Noronha</title>
    <description>The latest articles on DEV Community by Austin Noronha (@austinnoronha).</description>
    <link>https://dev.to/austinnoronha</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%2F498074%2F91f4726d-7176-44cb-8eab-48710233226b.jpeg</url>
      <title>DEV Community: Austin Noronha</title>
      <link>https://dev.to/austinnoronha</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/austinnoronha"/>
    <language>en</language>
    <item>
      <title>#MyReactJourney - Simple ToDo App</title>
      <dc:creator>Austin Noronha</dc:creator>
      <pubDate>Sat, 24 Oct 2020 15:54:06 +0000</pubDate>
      <link>https://dev.to/austinnoronha/myreactjourney-simple-todo-app-1oni</link>
      <guid>https://dev.to/austinnoronha/myreactjourney-simple-todo-app-1oni</guid>
      <description>&lt;h3&gt;
  
  
  Why Javascript + React ?
&lt;/h3&gt;

&lt;p&gt;You know javascript is a very interesting language, you will never know where and which web/app you would be developing it with. &lt;/p&gt;

&lt;p&gt;My React journey started long back, but I never shared my views and experiences with my friends, I think I never thought where to begin it with and what should be shared.&lt;/p&gt;

&lt;p&gt;So I have taken this opportunity with Dev.to to start with a simple ToDo app, #LetsStart !&lt;/p&gt;

&lt;h3&gt;
  
  
  The App
&lt;/h3&gt;

&lt;p&gt;My ToDo app is a simple web app that displays a small input box (inline form) and listing of all the ToDo items. &lt;/p&gt;

&lt;p&gt;The UI Theme is using Bootstrap 4.5 and Node-SASS to override some css properties.&lt;/p&gt;

&lt;p&gt;You can play around as you like!&lt;/p&gt;

&lt;p&gt;I have also implemented a Mock API from mockapi.io and stored all the ToDo items. It's very easy to begin with and you can generate dummy data with GET/POST/DELETE Api &lt;/p&gt;

&lt;p&gt;(Clone API)[&lt;a href="https://mockapi.io/clone/5f9422429ecf720016bfc339"&gt;https://mockapi.io/clone/5f9422429ecf720016bfc339&lt;/a&gt;]&lt;/p&gt;

&lt;h3&gt;
  
  
  Dev Dependencies
&lt;/h3&gt;

&lt;p&gt;Some UI and JS Dependencies:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;"axios": "^0.21.0",&lt;/li&gt;
&lt;li&gt;"bootstrap": "^4.5.3",&lt;/li&gt;
&lt;li&gt;"node-sass": "^4.14.1",&lt;/li&gt;
&lt;li&gt;"react": "^17.0.1",&lt;/li&gt;
&lt;li&gt;"react-bootstrap": "^1.4.0",&lt;/li&gt;
&lt;li&gt;"react-dom": "^17.0.1",&lt;/li&gt;
&lt;li&gt;"react-scripts": "4.0.0",&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This project is bootstrapped with &lt;a href="https://github.com/facebook/create-react-app"&gt;Create React App&lt;/a&gt;.&lt;/p&gt;

&lt;h3&gt;
  
  
  Contributions
&lt;/h3&gt;

&lt;p&gt;(&lt;a class="comment-mentioned-user" href="https://dev.to/austinnoronha"&gt;@austinnoronha&lt;/a&gt;
) The working sample APP is hosted on Github - &lt;a href="https://github.com/austinnoronha/my-first-react-website/tree/main/my_todo_app"&gt;https://github.com/austinnoronha/my-first-react-website/tree/main/my_todo_app&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Thank you to #Hacktoberfest 2020 for inspiring me to start my Blog and Tech journey!&lt;/p&gt;

</description>
      <category>react</category>
      <category>hacktoberfest</category>
      <category>node</category>
      <category>javascript</category>
    </item>
  </channel>
</rss>
