- Using the images below as a template/guide - build a simple contact list
- On your "home" view, show a list of all of the users in your user array.
- When I click on any of the users, I'm routed to a view with that user's info.
- There should be a
backbutton or icon to take me back to the home (list) view. - The URL should also change to reflect the current resource I'm viewing.
| List View | Single View |
|---|---|
![]() |
![]() |
Use this gist to grab your list of users.
If you don't want to use the generated users, you can create or own json file using this service.

