React: Build-a-Homepage

  • Create a main class that will be rendered to the DOM.
  • Create 3 additional classes and nest them in your main class.
  • These 3 classes should be a header, body, and footer for a single web page.
  • Use CSS on each component.

**You can get the basic React setup HERE:**https://github.com/TannerVSchool/First-React-Class

You can find an example solution in this gitbuh repository: https://github.com/VSchool/React-Landing-Page-Assignment