Here are the challenges I propose for the GitHub Users app:

  1. Add a link to the person’s GitHub account in the card
  2. Add a button to remove a card from the list
  3. Search on every keypress rather than on the form submit event. If the current input box content matches a user, show it “on hover”, and only add it to the list when clicked (beware of API limits, see https://github.com/flaviocopes/react-githubusers/issues/1)

Go to the next module