Skip to content

Latest commit

 

History

History
13 lines (13 loc) · 976 Bytes

README.md

File metadata and controls

13 lines (13 loc) · 976 Bytes

Finance Tracker

Finance Tracker is an android application that allows its users to keep track of their expenses and income.

In app you can categorize your expenses and incomes and later see some statistics for chosen time periods.

The application also has a currency converter in case you have dealt with another currency.


Technologies

The application was written mostly on Kotlin programming language and a little bit of Java with Android framework.

As DBMS SQLite was used. It allows to store data internally and guarantees data safety.

For currency converter Exchange-Rate-API to access real-time currency rates.


How to run

Firstly either clone repository or download the zip archive of the app.

Then import it in Android Studio and either run the app on virtual device (recommend Pixel 6/6 pro) or use your physical Android device.