/Master-detail-app

A simple master detail app with Ionic 3. The application uses an API that returns a list of random people. This is provided by a free API called the Random User Generator. The application begins by calling out to the API, getting the list of people, and then rendering it as a list seen here. When user clicks on a person, a detail page is loaded. The information shown there comes from the API. There is also a back button. User can easily go back and then select another person as well. All in all it's a simple application.

Primary LanguageCSS

This repository is not active