Agent-Banks / react-octocats

Identify the main components on the page and create React components for each, breaking down those Components into smaller ones.

Home Page:https://react-octocats-codybanks.netlify.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SDG Assignment #24 : Reactified Octocats

Upgraded static HTML & CSS page with React Components

React Octocats Demo

Technologies used:

HTML, CSS, JavaScript, React, & React Components

Requirements:

  • If you have done the non-React version of octodex, use your existing HTML as the render() method of your App component. Otherwise, figure out the main components of the page and implement the render() method of App
  • 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)

Above and Beyond:

  • Place the definition of each Octocat in an array of objects and use map to generate the Octocat components

About

Identify the main components on the page and create React components for each, breaking down those Components into smaller ones.

https://react-octocats-codybanks.netlify.com


Languages

Language:JavaScript 43.7%Language:CSS 38.2%Language:HTML 18.0%