ChallengeProject App

This is Jose Alejandro Vera challenge project app. It is an ios app.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

To run the project locally you need this:

Installation

Install Node dependencies.

npm install

iOS

For iOS: Install pods dependencies into the ios folder.

cd ios
pod install

If the pod install step fails, it may be related to no default xcode in the computer, try running this command:

sudo xcode-select --switch /Applications/Xcode.app

Scripts available

To run iOS app you can use some of the following scripts:

npm run ios

To run tests

npm run test

Sample Usability Gifs

Usability 1 Usability 2