This lesson is a component exercise lesson, where we’re going to practice creating a practical Vue component using some of the concepts we’ve learned so far.
The goal is to create a component that displays a person’s GitHub profile. Including the user's avatar, name, and followers.
Good luck and have fun!
// Github API URL
https://api.github.com/users/[username]
Links