Skip to content

miguel-martinez-6661/mobile-points-challenge

Repository files navigation

mobile-points-challenge

Simple application that gets data from an endpoint and displays it.

Screenshots

  1. Platform Examples (were taken from devices with different resolutions).
Android iOS Design
image-android image-ios image-ui
  1. App's screenshots
Home (Loading State) Home (Filtered by all) Home (Filtered by earned points)
image-ios image-ios image-ios
Home (Filtered by redeemed points) Details
image-ios image-ios
  • Install dependencies
  • yarn install
    
    1. Start react native metro (you can skip this step if your env is set to auto run this)
    npx react-native start
    
    1. Install and run the app on simulator/emulator
    // iOS
    yarn ios
    
    // Android
    yarn android
    
    1. Run Test (optional)
    yarn test
    

    About

    Simple app that get data from an endpoint and display it.

    Resources

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published