Moneyman is your personal finance manager. You can note and tracking your expenses & income with a simple steps.
This is the features details:
- Write expenses & income per category
- Tons of epic category icons
- Tracking your expenses & income with chart
- Show your list per-month
- Save your own data to your Google Drive appdata.
Get the repo
git clone https://github.com/hiwijaya/moneyman.git
cd moneyman
yarn install or npm install
react-native link
Add config.js
to your your root directory and add the following
export default {
scopes: ['https://www.googleapis.com/auth/drive.appdata'],
webClientId: 'YOUR_WEBCLIENTID',
};
To get webClientId
, please follow react-native-google-signin android guide.
Thank you.