https://github.com/aaronrenner/zone-meal-tracker
Meal tracker for the Zone diet. (Reference app for Application Layering blog post)
https://github.com/aaronrenner/zone-meal-tracker
Last synced: 10 months ago
JSON representation
Meal tracker for the Zone diet. (Reference app for Application Layering blog post)
- Host: GitHub
- URL: https://github.com/aaronrenner/zone-meal-tracker
- Owner: aaronrenner
- Created: 2019-07-27T02:34:51.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T05:31:16.000Z (over 3 years ago)
- Last Synced: 2025-07-26T14:52:08.201Z (11 months ago)
- Language: Elixir
- Homepage: https://aaronrenner.io/2019/09/18/application-layering-a-pattern-for-extensible-elixir-application-design.html
- Size: 784 KB
- Stars: 46
- Watchers: 3
- Forks: 14
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ZoneMealTrackerUmbrella
[](https://gitlab.com/aaronrenner/zone-meal-tracker/commits/master)
Umbrella app for meal tracking.
## App Design
This is the reference app for my blog post: [Application Layering - A Pattern for Extensible Elixir Application Design][application layering blog post].
This app is also my personal playground, which I work on from time to time. Although this project will continue to follow the patterns in the blog post, if you'd like to see the state of the app when the post was published, you can check out the [`blog-post` tag](https://github.com/aaronrenner/zone-meal-tracker/tree/blog-post).
[application layering blog post]: https://aaronrenner.io/2019/09/18/application-layering-a-pattern-for-extensible-elixir-application-design.html