Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rarfell/dimeApp
Dime is a beautiful expense tracker built with iOS design guidelines in mind.
https://github.com/rarfell/dimeApp
finance-management ios-app swiftui
Last synced: 2 months ago
JSON representation
Dime is a beautiful expense tracker built with iOS design guidelines in mind.
- Host: GitHub
- URL: https://github.com/rarfell/dimeApp
- Owner: rarfell
- License: gpl-3.0
- Created: 2022-08-30T08:34:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-16T11:52:27.000Z (11 months ago)
- Last Synced: 2024-08-01T16:55:26.998Z (5 months ago)
- Topics: finance-management, ios-app, swiftui
- Language: Swift
- Homepage: https://apps.apple.com/sg/app/dime-budget-expense-tracker/id1635280255
- Size: 15.7 MB
- Stars: 808
- Watchers: 12
- Forks: 112
- Open Issues: 36
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- fucking-open-source-ios-apps - Dime
README
# Dime
A 100% free personal finance tracker built with iOS design guidelines in mind. [Download Dime on the App Store.](https://apps.apple.com/sg/app/dime-budget-expense-tracker/id1635280255)
## App Preview
## Why You’ll Love Dime
- 100% free forever, with no paywall or ads.
- Beautifully iOS-centric design, with simplicity at its core.
- Insightful expenditure breakdowns over various time periods.
- Create budgets based on expense categories and stick to them.
- Create recurring expenses with custom time frames.
- Sync your expenses, categories and budgets with other devices via iCloud.
- Custom reminders to input your expenses.
- Biometric authentication to protect your data.
- Home screen quick actions make capturing new expenses a breeze.
- A gorgeous night theme for dark mode fanatics.
- Informative home and lock screen widgets keep you updated at a glance.## How to help
- Please feel free to raise [issues](https://github.com/rarfell/dimeApp/issues) for any inquiries, suggestions for improvements, or bugs you encounter.
- You're welcome to fork the repository and propose changes through a pull request, although the decision to merge it rests with the project maintainers.
- If you would like to discuss with the contributors, do drop [Rafael](https://x.com/rarfell) or [Yumi](https://x.com/izyumidev) a DM and we'll add you into our Discord server!## How to build
### Required
- Xcode
### Build Steps
- Clone this project either via Xcode or terminal:
`git clone https://github.com/rarfell/dimeApp.git`
- For branch selection use:
`--single-branch --branch [branchname]` after `clone`
- After completion, open `dime.xcodeproj` using Xcode.
- Please let all dependecies update automatically but we would recommend to run
`File > Packages > Resolve Package Versions` to ensure, everything is updated.## Third party dependencies
- [Alamofire](https://github.com/Alamofire/Alamofire)
- [CloudKitSyncMonitor](https://github.com/ggruen/CloudKitSyncMonitor)
- [ConfettiSwiftUI](https://github.com/simibac/ConfettiSwiftUI)
- [CrookedText](https://github.com/duemunk/CrookedText)
- [SwiftUI Introspect](https://github.com/siteline/swiftui-introspect)
- [IsScrolling](https://github.com/fatbobman/IsScrolling)
- [Popovers](https://github.com/aheze/Popovers/)
- ScrollViewStyle
- STools## Licence
This project is licensed under the GNU General Public License v3.0 - see the [LICENSE](LICENSE) file for details.