TransactionsManager

TransactionsManager is a app made in React Native to list your last transactions and show your balance.

How to run

Clone repository and install dependencies:

git clone https://github.com/vitorl-s/TransactionsManager.git
cd TransactionsManager
yarn

Run the app:

cd ios
pod install
cd ..
npx react-native run-ios

or

npx react-native run-android

The app should be running/installing on the simulator or on your device by now.

How to run tests

cd TransactionsManager
yarn test -u

Note: If tests fail, change node version to 10.22.0

Contributing

Would like to help this project? Found a bug that you would like to report or a missing feature that you would like to work on? Great! Check the Contribution guide so you can start easily.