This is a macros calculator that determines a person's total daily calories and macronutrients based on their body weight, bodyfat %, and daily activity.
I am writing / wrote this F# and Elmish to demonstrate the beauty of F# code, the simplicity of the Elm UI model, as well as provide an understandable example of onion-style architecture.
This repo makes extensive use of vscode
's devcontainers
feature.
This application is deployed via github pages and lives at https://everybodykurts.github.io/Macros.Feliz/. It's as simple as running yarn build
and then yarn deploy
.