jsonPlaceHolderUsers
Aim
Create a very basic mobile app with two buttons to query a JSON API.
- Display the names of all the users using an alert when the first button is pressed.
- Display the e-mail address of the person with username “Samantha” using an alert when the second button is pressed.