Skip to content

Raboro/finance-tracker

Repository files navigation

Finance Tracker

FT

CI

Quality Gate Status Coverage Lines of Code Code Smells

Bugs Vulnerabilities Security Rating Maintainability Rating Reliability Rating

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 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:

Home screen

By clicking on the + Button on the bottom you can add a payment:

Add

You can also see your history:

History

When you click on one payment you can edit or delete it:

Click

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