https://github.com/raboro/finance-tracker
Mobile app to track your finances
https://github.com/raboro/finance-tracker
ci eslint expo jest mobile-app react-native typescript
Last synced: 3 months ago
JSON representation
Mobile app to track your finances
- Host: GitHub
- URL: https://github.com/raboro/finance-tracker
- Owner: Raboro
- License: mit
- Created: 2023-09-12T10:47:21.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-13T21:08:02.000Z (over 1 year ago)
- Last Synced: 2025-02-02T17:54:38.537Z (5 months ago)
- Topics: ci, eslint, expo, jest, mobile-app, react-native, typescript
- Language: TypeScript
- Homepage: https://expo.dev/@raboro/financetracker
- Size: 705 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Finance Tracker

[](https://github.com/Raboro/finance-tracker/actions/workflows/ci.yml)
[](https://sonarcloud.io/summary/new_code?id=Raboro_finance-tracker)
[](https://sonarcloud.io/summary/new_code?id=Raboro_finance-tracker)
[](https://sonarcloud.io/summary/new_code?id=Raboro_finance-tracker)
[](https://sonarcloud.io/summary/new_code?id=Raboro_finance-tracker)[](https://sonarcloud.io/summary/new_code?id=Raboro_finance-tracker)
[](https://sonarcloud.io/summary/new_code?id=Raboro_finance-tracker)
[](https://sonarcloud.io/summary/new_code?id=Raboro_finance-tracker)
[](https://sonarcloud.io/summary/new_code?id=Raboro_finance-tracker)
[](https://sonarcloud.io/summary/new_code?id=Raboro_finance-tracker)Finance Tracker Mobile App so you can track you finances. Uses Local Storage to store your data, so no data is collected from you.
## Using
Go the the [website](https://expo.dev/@raboro/financetracker) and scan the QR Code.
### Locally
1. Clone the repo
2. Install all dependencies: ``npm install``
3. Run ``npm start``
4. Scan QR Code## Update
Run ``eas update`` to upload the newest changes to expo.## Documentation
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:

## License
[MIT](https://opensource.org/license/mit/)## Future Improvements
- Store payments in accounts
- Add properties to payments like: name, data, category...
- Sort payments by all their properties
- Visualize your data with charts