Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 507 Bytes

File metadata and controls

18 lines (16 loc) · 507 Bytes

Hero UI

Setup

yarn install
yarn start

or

npm install
npm start

TODO

  1. Implement the componentDidMount method to fetch the heroes from the api and set state
  2. Implement the Hero component to display a hero's alias, affiliations, and superpowers
  3. Implement the filterHeroes method to filter the heroes to display heroes who's aliases match the search parameters
  4. Post a PR to master with your solution, bonus points for well-documented PRs and good commit messages