<?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: andymcbee</title>
    <description>The latest articles on DEV Community by andymcbee (@andymcbee).</description>
    <link>https://dev.to/andymcbee</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%2F801843%2Fb3241796-10ab-4156-9a67-c795c842cac8.jpeg</url>
      <title>DEV Community: andymcbee</title>
      <link>https://dev.to/andymcbee</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/andymcbee"/>
    <language>en</language>
    <item>
      <title>Building The Odin Project's Final Javascript Project in Public (Intro and Roadmap)</title>
      <dc:creator>andymcbee</dc:creator>
      <pubDate>Wed, 09 Mar 2022 12:25:32 +0000</pubDate>
      <link>https://dev.to/andymcbee/building-the-odin-projects-final-javascript-project-in-public-intro-and-roadmap-3lo2</link>
      <guid>https://dev.to/andymcbee/building-the-odin-projects-final-javascript-project-in-public-intro-and-roadmap-3lo2</guid>
      <description>&lt;p&gt;Hi!&lt;/p&gt;

&lt;p&gt;I am going to document the journey as I build a fullstack javascript application using Nodejs, React and Postgres.&lt;/p&gt;

&lt;p&gt;I'm about two months into my learning journey, and this is by far the most advanced and complete project I am attempting.&lt;/p&gt;

&lt;p&gt;It will also be my first self-directed full stack application, which is exciting to me!&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What I'm building&lt;/strong&gt;&lt;br&gt;
The project is meant to touch on everything we have learned so far in The Odin Project's React section.&lt;/p&gt;

&lt;p&gt;The application will be a business directory where you can search local businesses by city or by name. There will also be a login capability, so users can sign up and add their own business page.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Roadmap&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;This may change as I learn more while moving forward, but below is a plan of attack to accomplish this build.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Project Planning&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Create a scope doc that maps out all relevant features needed&lt;/li&gt;
&lt;li&gt;Create a basic wireframe of the design for all pages&lt;/li&gt;
&lt;li&gt;Create a doc to design the database structure&lt;/li&gt;
&lt;li&gt;Create a doc that outlines basic idea of how front and backend will work together&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Project Setup&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Setup a new Github repo and clone it locally&lt;/li&gt;
&lt;li&gt;Setup basic file structure for front and backend&lt;/li&gt;
&lt;li&gt;Setup basic React App that prints hello world&lt;/li&gt;
&lt;li&gt;Setup Postgres &lt;/li&gt;
&lt;li&gt;Setup backend and connect it to front end&lt;/li&gt;
&lt;li&gt;Add dummy data to Postgres DB based on database design&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Next Steps&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Once I complete all of this, I will be able to create a plan of attack in terms of the build.&lt;/p&gt;

&lt;p&gt;Alright... let's get it!&lt;/p&gt;

</description>
      <category>buildinpublic</category>
      <category>theodinproject</category>
      <category>react</category>
      <category>javascript</category>
    </item>
  </channel>
</rss>
