Skip to content

Sergiohcp/app-banqi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

app-banqi

app-banqi is a react native application for banQi test.

Installation

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

State management

This project could use Redux or Context API to state management. I chose redux, for the greatest worldwide use.

Unit tests

This project have unit tests using react-test-renderer and redux-mock-store libraries.

Contributing

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.