Finance Tracker Mobile App so you can track you finances. Uses Local Storage to store your data, so no data is collected from you.
Go the the website and scan the QR Code.
- Clone the repo
- Install all dependencies:
npm install
- Run
npm start
- Scan QR Code
Run eas update
to upload the newest changes to expo.
By entering the app you see the home screen:
By clicking on the +
Button on the bottom you can add a payment:
You can also see your history:
When you click on one payment you can edit or delete it:
- Store payments in accounts
- Add properties to payments like: name, data, category...
- Sort payments by all their properties
- Visualize your data with charts