jsonPlaceHolderUsers

Aim

Create a very basic mobile app with two buttons to query a JSON API.

  1. Display the names of all the users using an alert when the first button is pressed.
  2. Display the e-mail address of the person with username “Samantha” using an alert when the second button is pressed.

Screenshots

Mock API

Libraries used