Closed ColterLena closed 4 years ago
Your homework 07 - 01 - Reactified Octocats was marked: Meets Expectations
“Yas”
Nicely done!
I'd challenge you to incorporate this part of the octocat into your Octocat
component as well:
<ul>
<li className="octocat-name-list-item">#150: Octoqueer</li>
<li>
<a href="https://github.com/cameronfoxly">
<img src="https://github.com/cameronfoxly.png" />
</a>
</li>
<li>
<a href="https://github.com/johncreek">
<img src="https://github.com/johncreek.png" />
</a>
</li>
<li>
<a href="https://github.com/tonyjaramillo">
<img src="https://github.com/tonyjaramillo.png" />
</a>
</li>
</ul>
I'm accepting this as complete since you demonstrate the goal of the lesson but I invite you to revisit it and see if you can incorporate all of the rendering of the elements of an octocat into your component. Come ask questions if you are unsure.
The Octodex is a fun way to celebrate a powerful tool we use for development. In that same spirit, recreate this site
You'll identify the main
Component
s on the page and create React components for each, breaking down thoseComponent
s into smaller ones as needed.Objectives
Component
sapp-app
(GAMMA stack) to build a React projectStretch Objectives
Explorer Mode
app-app
GAMMA
render()
method of yourApp
component. Otherwise, figure out the main components of the page and implement therender()
method ofApp
index.css
-- feel free to copy your previous project's css if you have done the non-React version of this assignment.Adventure Mode
array
of objects and usemap
to generate the Octocat componentsEpic Mode
array
of Octocats in anoctocats.json
file andimport
that into your app.fetch
API to retrieve the list of Octocats from this api insteadAdditional Resources