-
-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
01fea09
commit 510e142
Showing
1 changed file
with
4 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,10 @@ | ||
# Daily Log | ||
|
||
An Rails, iOS, and (upcoming) Android app to track my daily habits like exercise, medication, food, and water. | ||
A Rails, iOS, and (upcoming) Android app to track my daily habits like exercise, medication, food, and water. | ||
|
||
> [!TIP] | ||
> Check out the app here: [dailylog.ing](https://dailylog.ing) | ||
> 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). | ||
Follow along with [this tweet](https://x.com/joemasilotti/status/1732051026226938343?s=20) for more updates and ideas as I build this in public! | ||
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. | ||
|
||
* [Rails app](rails/) | ||
* [iOS app](ios/) | ||
* [Android app](android/) | ||
![Screenshots of the Daily Log mobile app](https://github.com/joemasilotti/daily-log/assets/2092156/a5d15dca-fb5a-4cf9-b031-3777cbf92e0f) |