Planning Document: here
Figma Design Board: here
runs at http://localhost:3000/
I installed prettier to make the code.... prettier... type prettier -w .
into console to auto format all the files.
- "pages" should directly correlate with a url / destination e.x.
/
correlates withHomePage.js
,/register
correlates withRegisterPage.js
- "components" should be reusable components that we can pop in wherever, such as the
SearchBar
component. - "layouts" wrap pages for consistency,
<DefaultLayout>
component will just set a background and provide a header. Wrap all pages in a layout!