Mobile version of Finances App
Handsome app that help you to manage your bank transactions
💸 Now you can see how much you earn and spend during the month
✋🏽 The app warns you if you are able to do next spend
😍 Easily identify your transactions with beautiful icons
💡 Create your own transaction category. The app creates the icon for you
This app was made with Expo. So you’ll need to get expo-cli before start.
💻 Open your terminal
Type command below to clone this repo via HTTPS:
git clone https://github.com/gpaiva00/gofinances-mobile.git
Or if you have you SSH key registered in your Github account, type following to clone via SSH:
git clone git@github.com:gpaiva00/gofinances-mobile.gitgit@github.com:gpaiva00/gofinances-mobile.git
After clone, enter to the project folder and install all it’s dependencies:
cd gofinances-mobile && yarn install
You can type yarn start
inside project folder to run GoFinances 🎉