- Create a new component for showing some stats about a github user. If you don't have an account on github, you can use mine:
matteofigus
. When making a call to github api (examplehttps://api.github.com/users/matteofigus/repos
), you should see some interesting stats. Your component may show the number of repos, the most starred repos, etc. Use some creativity. - Now nest the github component inside your business card component, passing your github username.
- If you made it until here this is great!