Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robertwtucker/kfinderapp-ios
:iphone: KFinder iOS Application
https://github.com/robertwtucker/kfinderapp-ios
application ios swift swiftdata swiftui
Last synced: about 1 month ago
JSON representation
:iphone: KFinder iOS Application
- Host: GitHub
- URL: https://github.com/robertwtucker/kfinderapp-ios
- Owner: robertwtucker
- License: mit
- Created: 2016-12-23T21:20:21.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-11-04T18:31:34.000Z (3 months ago)
- Last Synced: 2024-11-04T19:35:06.854Z (3 months ago)
- Topics: application, ios, swift, swiftdata, swiftui
- Language: Swift
- Homepage:
- Size: 1.62 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- fucking-open-source-ios-apps - KFinder
README
# KFinder for iOS
[![Build](https://img.shields.io/github/actions/workflow/status/robertwtucker/kfinderapp-ios/ci.yml)](https://github.com/robertwtucker/kfinderapp-ios/actions/workflows/ci.yml)
[![Issues](https://img.shields.io/github/issues/robertwtucker/kfinderapp-ios)](https://img.shields.io/github/issues/robertwtucker/kfinderapp-ios)
[![License](https://img.shields.io/github/license/robertwtucker/kfinderapp-ios.svg)](https://github.com/robertwtucker/kfinderapp-ios/blob/master/LICENSE)[![Download on the App Store](assets/appstore-dl.svg)](https://apps.apple.com/us/app/kfinder/id6738031531)
KFinder is a simple iOS application designed to help with two key factors in a
successful anti-coagulation therapy program: consistent intake of Vitamin K and
regular blood testing.Features:
- Create reminders to promote regular PT/INR testing
- Search the USDA FoodData Central database to find Vitamin K present in foods
- View detailed food composition breakdowns for Vitamin K and other nutrients
- Automatic data and settings sync via iCloud®## Screenshot
![KFinder Home Screen](assets/kfinder-home.png)
## Background
This project has been an on-going effort to learn/practice the fundamentals of
application development for the iOS platform. Iterations have included versions
using Swift with UI Kit, RxSwift, React Native and now SwiftUI. Interest areas
include:- SwiftUI
- Application architecture (alternatives to MVVM)
- Testing
- Build automation## License
This project is made available under the [MIT](http://www.apache.org/licenses/LICENSE-2.0)
License so that others may also benefit from the things I've learned along the
way (not likely, but that's the goal :wink:).## Acknowledgements
- Data: U.S. Department of Agriculture, Agricultural Research Service. FoodData
Central, 2019. [fdc.nal.usda.gov](https://fdc.nal.usda.gov/)
- App Store and iCloud are registered trademarks of Apple Inc.## Contact
Robert Tucker - [@robertwtucker](https://x.com/robertwtucker)
Project Link: [https://github.com/robertwtucker/kfinderapp-ios](https://github.com/robertwtucker/kfinderapp-ios)