Upgraded static HTML & CSS page with React Components
HTML, CSS, JavaScript, React, & React Components
- If you have done the non-React version of octodex, use your existing HTML as the
render()
method of yourApp
component. Otherwise, figure out the main components of the page and implement therender()
method ofApp
- Your CSS should be in
index.css
-- feel free to copy your previous project's css if you have done the non-React version of this assignment. - You should have at least two components... (Hint, perhaps Header, and an Octocat)
- Use props to try to reuse components (reuse the Octocat component)
- Place the definition of each Octocat in an
array
of objects and usemap
to generate the Octocat components