https://github.com/joemasilotti/daily-log
A Rails, iOS, and (upcoming) Android app to track my daily habits like exercise, medication, food, and water.
https://github.com/joemasilotti/daily-log
android ios rails turbo-native
Last synced: 3 months ago
JSON representation
A Rails, iOS, and (upcoming) Android app to track my daily habits like exercise, medication, food, and water.
- Host: GitHub
- URL: https://github.com/joemasilotti/daily-log
- Owner: joemasilotti
- License: mit
- Created: 2023-12-05T22:04:48.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-19T18:12:00.000Z (7 months ago)
- Last Synced: 2025-04-04T01:07:47.070Z (3 months ago)
- Topics: android, ios, rails, turbo-native
- Language: Ruby
- Homepage: https://dailylog.ing
- Size: 272 KB
- Stars: 275
- Watchers: 11
- Forks: 34
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Daily Log
A Rails, iOS, and (upcoming) Android app to track my daily habits like exercise, medication, food, and water.
> [!TIP]
> Check out the app on the web at [dailylog.ing](https://dailylog.ing) or the [App Store](https://apps.apple.com/us/app/daily-log-app/id6473819686).At its core, Daily Log is a Ruby on Rails web application. It uses [Turbo Native](https://masilotti.com/turbo-ios/) to render web content in the mobile apps, "wrapping" the screens in native chrome. This approach unlocks native transitions between screens, native navigation buttons, and modals/sheets for data entry.
