File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed
Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments