Skip to content

Commit caee1d1

Browse files
author
Evgenii
committed
Create README.md
1 parent 3d47b49 commit caee1d1

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Money Tracker
2+
3+
## Short overview
4+
Money Tracker is an Android native application with open source code.
5+
Development of this project is guided by simplicity and effeciency for end user.
6+
This is portfolio project, so the smartest tools are used (such as ButterKnife, Dagger2 etc.).
7+
8+
Following features are available in current version:
9+
* Manage expenses/incomes.
10+
* Create reports for period.
11+
* Manage accounts with different currencies.
12+
* Transfer money between accounts.
13+
* Manage exchange rates between currencies.
14+
* Quick summaries.
15+
* Charts.
16+
* Export to CSV.
17+
18+
## Development process
19+
To start developing your own MT or just compile the project you only need
20+
to checkout newest version from this repo from your Android Studio.
21+
Gradle is fully configured and even keystore is present in source code.

0 commit comments

Comments
 (0)