From eca39cd2e628e6cf92bb2aa3a84a38dcb78834a5 Mon Sep 17 00:00:00 2001 From: Tonnie Date: Mon, 15 Jan 2024 07:40:05 +0300 Subject: [PATCH 1/2] Edit ReadMe File --- README.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 8e5227b9..fc92286e 100644 --- a/README.md +++ b/README.md @@ -21,12 +21,12 @@ the world of Android development by providing regular news updates. **Features** -* Users can create a multiple accounts to group their transactions under the specific accounts -* Wants to create a budgets for your month and more customisable options are available for budgets +* Users can create multiple accounts to group their transactions under specific accounts +* Create monthly budgets and find extra budget customimizing options * Analyse and know the trends of your transactions on a day, week and monthly wise. -* Interactive category grouping pie chart to understand where you mostly spending your money. -* Multiple currency switching in UI(Currency conversion is yet to support) -* Export your transactions into csv format(pdf will be added soon) +* Interactive category grouping pie chart to understand where you are mostly spending your money. +* Multiple currency switching in UI (Currency conversion is yet to be supported) +* Export your transactions into csv format (pdf will be added soon) | Home Screen | Analysis Screen | Transaction Screen | Category Chart Screen | |:-------------------------------------------------:|:-------------------------------------------------:|:-------------------------------------------------:|:-------------------------------------------------:| @@ -38,21 +38,21 @@ the world of Android development by providing regular news updates. ## Android development -Rugby Ranker attempts to make use of the latest Android libraries and best practices: +![Expense Manager Android](docs/images/splash.png) +Expense Manager attempts to make use of the latest Android libraries and best practices: -* Completely written in compose [Jetpack Compose](https://developer.android.com/jetpack/compose) +* Completely written in [Jetpack Compose](https://developer.android.com/jetpack/compose) * Entirely written in [Kotlin](https://kotlinlang.org/) ( including [Coroutines](https://kotlinlang.org/docs/reference/coroutines-overview.html) and [Flow](https://kotlinlang.org/docs/reference/coroutines/flow.html)) with [Spotless](https://github.com/diffplug/spotless) for code style -* Makes use of [Android Jetpack](https://developer.android.com/jetpack/): - * [Architecture Components](https://developer.android.com/jetpack/arch/) including **ViewModel - **,**Room**, **Navigation**, **WorkManager** and **DataStore** +* Makes use of [Android Jetpack:](https://developer.android.com/jetpack/): + * [Architecture Components](https://developer.android.com/jetpack/arch/) including **ViewModel**, **Room**, **Navigation**, **WorkManager** and **DataStore** * [Android KTX](https://developer.android.com/kotlin/ktx) for more fluent use of Android APIs * [Hilt](https://dagger.dev/hilt/) for dependency injection * Designed and built using Material 3 Design [components](https://m3.material.io/) and [theming](https://m3.material.io/theme-builder) -* Full [dark theme](https://m3.material.io/styles/color/choosing-a-scheme) support +* Full [Dark Theme](https://m3.material.io/styles/color/choosing-a-scheme) support ## Contributions From ef036b6ce953798684735cf2d5d18545128d624a Mon Sep 17 00:00:00 2001 From: Tonnie Date: Mon, 15 Jan 2024 07:50:50 +0300 Subject: [PATCH 2/2] Add generated idea file to .gitignore --- .gitignore | 4 +++- README.md | 2 -- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c30bcdbd..886a6f8b 100644 --- a/.gitignore +++ b/.gitignore @@ -48,6 +48,7 @@ captures/ .idea/dictionaries .idea/libraries .idea/jarRepositories.xml +.idea/.name # Android Studio 3 in .gitignore file. .idea/caches .idea/modules.xml @@ -92,4 +93,5 @@ lint/tmp/ *.hprof #Keys -keys \ No newline at end of file +keys + diff --git a/README.md b/README.md index fc92286e..6e9fd2d2 100644 --- a/README.md +++ b/README.md @@ -37,8 +37,6 @@ the world of Android development by providing regular news updates. | | | | | ## Android development - -![Expense Manager Android](docs/images/splash.png) Expense Manager attempts to make use of the latest Android libraries and best practices: * Completely written in [Jetpack Compose](https://developer.android.com/jetpack/compose)