In this module, we’re going to build an application that uses information fetched from the network.

The app itself is not very complex, but it will help us learn and apply the most advanced Vue concepts.

The goal of the application is to

  1. Provide a search form we can use to ask GitHub some data about a specific user
  2. We enter a specific GitHub username, we hit enter and we will ask the GitHub API for information about this user
  3. We’ll add a user card to our app

We’ll start this very simple, without Vuex. I will have a challenge in the next section to try and rewrite the application using Vuex, using the knowledge you got in module 7.

Let’s start!


Go to the next lesson