app-banqi is a react native application for banQi test.
Clone repository.
git clone https://github.com/Sergiohcp/app-banqi.git
Use the package manager npm or yarn to install libraries.
yarn install
or
npm install
Install pods.
cd app-banqi
cd ios && pod install && cd ..
Run app.
react-native run-ios
or
react-native run-android
This project could use Redux or Context API to state management. I chose redux, for the greatest worldwide use.
This project have unit tests using react-test-renderer and redux-mock-store libraries.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.