JavaScript exercise
-
Clone the repository
-
Navigate to the
javascript
folder -
Open the initial webpage
index.html
and see how it works -
Implement a new
onClick
event handler for the button that prints the first five person names obtained from https://swapi.co/api/people/ (show each one in a new line)
Vue.JS exercise
-
Clone the repository
-
Navigate to the
vue
folder -
Open the initial webpage
index.html
and see how it worksa -
Implement a small Vue.js application that fetches the first five person names from https://swapi.co/api/people/ and shows them in an unordered list