Skip to content

prof18/MoneyFlow

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
June 2, 2023 00:15
June 2, 2023 00:22
December 10, 2022 18:00
March 13, 2021 12:03
June 2, 2023 00:22
June 2, 2023 00:15
December 18, 2022 12:33
February 18, 2023 01:21
June 2, 2023 00:15
November 20, 2022 15:37

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.

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project