Skip to content

jboteros/randomuser

Repository files navigation

Build status

randomuser

randomuser.me + React Native by Johntatan Botero (johnatan@jbotero.com)

===

This is a technical test on React Native developed by Johnatan Botero

API: https://randomuser.me/

Main Funcionalities

List

  • List of contacts wiht basic informatio
  • List of contacts with Linking Cel, phone, Email and Address

Detail

  • Detail of contact with picture update
  • Detail of contact with Linking Cell, Phone, Cell, Address and email
  • Detail of contact with pin of location on Google Maps and Linking to external gps App

Setup

Install the complementary packages

yarn install
# or
npm install
cd ios
pod install
# or
yarn pod

Run the project

react-native run-ios
# or
react-native run-Android

Available Scripts

If Yarn was installed when the project was initialized, then dependencies will have been installed via Yarn, and you should probably use it to run these commands as well. Unlike dependency installation, command running syntax is identical for Yarn and NPM at the time of this writing.

yarn ios
#or
yarn android

If use npm

npm run ios

#or
npm run android

Items

Home

Image from Gyazo

Pagination

Image from Gyazo

Refres Data

Image from Gyazo

Detail View

Image from Gyazo

Linking

Are items are linked Image from Gyazo

Add contact picture

Image from Gyazo