/budget-blocks

A Basic budgeting app - written in React Native

Primary LanguageJavaScript

Build Status Code Climate Test Coverage

Budget Blocks

A basic budgeting app for iOS and soon Android

screenshot

Requirements

Building the project

nvm use
npm install
npm start

Running the tests

nvm use
npm install
npm test

Running on android

react-native run-android
adb reverse tcp:8081 tcp:8081
adb shell input keyevent 82
adb logcat *:S ReactNative:V ReactNativeJS:V