elkhayate / react_person

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React person

Task

Create a Person component and use it instead of repeating markup in the App

  • Use conditional rendering
  • Move styles to correct file

Requirements

  • Person must have <h2> with className="Person__name" containing person's name
  • If person has age, Person must have <p> with className="Person__age" containing person's age
  • Person must have <p> with className="Person__partner" containing person partner's name or I am not married

About

License:GNU General Public License v3.0


Languages

Language:JavaScript 88.6%Language:HTML 5.5%Language:SCSS 5.3%Language:Shell 0.6%