diff --git a/README.md b/README.md index f9e01c51d2..66f6b9de0d 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,29 @@ $Track. $Budget. $Save [](https://play.google.com/store/apps/details?id=com.ivy.wallet) +## Technologies +### Core +- Kotlin +- Jetpack Compose (UI & navigation) +- MVVM architecture with LiveData +- Hilt (DI) +- Kotlin Coroutines +### Networking +- Retrofit (REST API) +- OkHttp 3 (REST client) +- Gson (JSON serialization) +### Local Persistence +- Shared Prefences +- Room DB (SQLite ORM) +### Other +- EventBus (cross component communication) +- Timber (Logging) +- Firebase Crashlytics (crashes, logging) +### CI/CD +- Gradle KTS +- Fastlane (upload to Google PlayStore) +- Github Actions (CI/CD server) + ## Project Requirements - Java 11 - Android Studio Arctic Fox (for easy download - [JetBrains Toolbox](https://www.jetbrains.com/toolbox-app/))