Coder Social home page Coder Social logo

prof18 / moneyflow Goto Github PK

View Code? Open in Web Editor NEW
328.0 13.0 40.0 10.13 MB

A money management app wrote with Kotlin Multiplatform, Jetpack Compose and Swift UI. Work in Progress

Kotlin 76.62% Ruby 0.51% Swift 22.87%
kotlin-multiplatform jetpack-compose swiftui

moneyflow's Introduction

MoneyFlow

A money management Android and iOS app wrote with Kotlin Multiplatform, Jetpack Compose and Swift UI.

Coming soon: Desktop App (with Compose for Desktop).

MoneyFlow comes also in dark ๐ŸŒƒ:

Features roadmap

๐Ÿšง This project is a work in progress, some features are missing and they will arrive in the future.

  • โœ… Transaction Entry
  • ๐Ÿ— Transaction List
  • ๐Ÿ’ญ Edit Transaction
  • ๐Ÿ’ญ Add custom category
  • ๐Ÿ’ญ Recap screen with plots
  • ๐Ÿ’ญ Budgeting feature
  • โœ… Database import and export
  • โœ… Sync data with Dropbox
  • ๐Ÿ’ญ Import from CSV
  • ๐Ÿ’ญ Change currency
  • ๐Ÿ— Lock view with biometrics

Legend:

  • โœ… Implemented
  • ๐Ÿ’ญ Not yet implemented, still in my mind!
  • ๐Ÿ— Working on it

How to build:

In order to build the iOS project, you will need to add a Config.xcconfig file inside the iosApp/Assets folder, with the content of the Config.xcconfig.template file.

Dropbox sync:

If you want to run the Dropbox sync, you need to create a Dropbox App here and get an API key. For iOS, you need to provide also the URL scheme and both need to be placed in the Config.xcconfig file created above:

DROPBOX_URL_SCHEME=db-<your-api-key>
DROPBOX_API_KEY=<your-api-key>

On Android, you only need the API key, which must be included in the local.properties in the root project dir:

dropbox.app_key=<your-api-key>

Further Readings

I wrote some articles about all the decisions and the thoughts that Iโ€™ve made to come up with an architecture for MoneyFlow.

License ๐Ÿ“„

   Copyright 2020-2022 Marco Gomiero

   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at

       http://www.apache.org/licenses/LICENSE-2.0

   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
   limitations under the License.

moneyflow's People

Contributors

prof18 avatar renovate-bot avatar renovate[bot] avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

moneyflow's Issues

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Rate-Limited

These updates are currently rate-limited. Click on a checkbox below to force their creation now.

  • Update dependency app.cash.turbine:turbine to v1.1.0
  • Update dependency com.github.ben-manes.versions to v0.51.0
  • Update kotlin (org.jetbrains.kotlinx:kotlinx-datetime, org.jetbrains.kotlin.plugin.parcelize, org.jetbrains.kotlin.native.cocoapods, org.jetbrains.kotlin.multiplatform, org.jetbrains.kotlin.android, org.jetbrains.kotlin:kotlin-test-junit, org.jetbrains.kotlin:kotlin-test, org.jetbrains.kotlinx:kotlinx-coroutines-test, org.jetbrains.kotlinx:kotlinx-coroutines-core)
  • Update multiplatform.settings to v1.1.1 (com.russhwolf:multiplatform-settings-test, com.russhwolf:multiplatform-settings)
  • Update actions/setup-java action to v4
  • Update dependency com.dropbox.core:dropbox-core-sdk to v7
  • Update kotlin to v2 (major) (org.jetbrains.kotlin.plugin.parcelize, org.jetbrains.kotlin.native.cocoapods, org.jetbrains.kotlin.multiplatform, org.jetbrains.kotlin.android, org.jetbrains.kotlin:kotlin-test-junit, org.jetbrains.kotlin:kotlin-test)
  • ๐Ÿ” Create all rate-limited PRs at once ๐Ÿ”

Warning

Renovate failed to look up the following dependencies: Failed to look up maven package androidx.activity:activity-compose, Failed to look up maven package androidx.biometric:biometric-ktx, Failed to look up maven package androidx.compose:compose-bom, Failed to look up maven package androidx.compose.compiler:compiler, Failed to look up maven package androidx.lifecycle:lifecycle-viewmodel-ktx, Failed to look up maven package androidx.navigation:navigation-compose, Failed to look up maven package androidx.paging:paging-compose, Failed to look up maven package androidx.security:security-crypto, Failed to look up maven package androidx.test:core, Failed to look up maven package androidx.test.ext:junit, Failed to look up maven package androidx.test:rules, Failed to look up maven package androidx.test:runner.

Files affected: gradle/libs.versions.toml


Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

cocoapods
iosApp/Podfile
github-actions
.github/workflows/checks.yml
  • actions/checkout v4@3df4ab11eba7bda6032a0b82a6bb43b11571feac
  • actions/setup-java v3
  • gradle/gradle-build-action v2
gradle
gradle.properties
settings.gradle.kts
build.gradle.kts
androidApp/build.gradle.kts
gradle/libs.versions.toml
  • androidx.activity:activity-compose 1.7.2
  • androidx.biometric:biometric-ktx 1.2.0-alpha05
  • androidx.compose:compose-bom 2023.09.00
  • androidx.compose.compiler:compiler 1.5.3
  • androidx.lifecycle:lifecycle-viewmodel-ktx 2.6.1
  • androidx.navigation:navigation-compose 2.7.1
  • androidx.paging:paging-compose 1.0.0-alpha20
  • androidx.security:security-crypto 1.1.0-alpha06
  • androidx.test:core 1.5.0
  • androidx.test.ext:junit 1.1.5
  • androidx.test:rules 1.5.0
  • androidx.test:runner 1.5.2
  • app.cash.turbine:turbine 1.0.0
  • com.dropbox.core:dropbox-core-sdk 5.4.5
  • com.jakewharton.timber:timber 5.0.1
  • junit:junit 4.13.2
  • io.insert-koin:koin-android 3.4.2
  • io.insert-koin:koin-androidx-compose 3.4.5
  • io.insert-koin:koin-core 3.4.2
  • io.insert-koin:koin-test 3.4.1
  • org.jetbrains.kotlin:kotlin-test 1.9.10
  • org.jetbrains.kotlin:kotlin-test-junit 1.9.10
  • org.jetbrains.kotlinx:kotlinx-coroutines-core 1.7.3
  • org.jetbrains.kotlinx:kotlinx-coroutines-test 1.7.3
  • org.jetbrains.kotlinx:kotlinx-datetime 0.4.1
  • com.russhwolf:multiplatform-settings 1.0.0
  • com.russhwolf:multiplatform-settings-test 1.0.0
  • com.squareup.sqldelight:android-driver 1.5.5
  • com.squareup.sqldelight:coroutines-extensions 1.5.5
  • com.squareup.sqldelight:native-driver 1.5.5
  • com.squareup.sqldelight:runtime 1.5.5
  • com.squareup.sqldelight:sqlite-driver 1.5.5
  • co.touchlab:kermit 1.2.2
  • io.gitlab.arturbosch.detekt:detekt-formatting 1.23.0
  • com.android.application 8.0.2
  • com.android.library 8.0.2
  • io.gitlab.arturbosch.detekt 1.23.0
  • org.jetbrains.kotlin.android 1.9.10
  • org.jetbrains.kotlin.multiplatform 1.9.10
  • org.jetbrains.kotlin.native.cocoapods 1.9.10
  • org.jetbrains.kotlin.plugin.parcelize 1.9.10
  • com.github.ben-manes.versions 0.48.0
  • co.touchlab.kermit 1.2.2
  • com.squareup.sqldelight 1.5.5
shared/build.gradle.kts
gradle-wrapper
gradle/wrapper/gradle-wrapper.properties
  • gradle 8.3

  • Check this box to trigger a request for Renovate to run again on this repository

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.