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