Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oscarsaharoy/balance
simple helper for a balanced diet
https://github.com/oscarsaharoy/balance
nutrition rust web-app
Last synced: 1 day ago
JSON representation
simple helper for a balanced diet
- Host: GitHub
- URL: https://github.com/oscarsaharoy/balance
- Owner: OscarSaharoy
- License: gpl-2.0
- Created: 2024-12-06T11:54:07.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2025-01-01T11:26:18.000Z (20 days ago)
- Last Synced: 2025-01-01T12:28:59.737Z (20 days ago)
- Topics: nutrition, rust, web-app
- Language: Rust
- Homepage: https://oscarsaharoy.github.io/balance/
- Size: 989 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
balance ⚖️
This is a little project I made where you type in what you have eaten and it recommends you some foods to help make sure you get all your nutrients :)
https://oscarsaharoy.github.io/balance
This uses the nutrition data from the [Composition of foods integrated dataset](https://www.gov.uk/government/publications/composition-of-foods-integrated-dataset-cofid)
![app screenshot](assets/balance_screenshot.png)
Run locally:
- [install rust](https://www.rust-lang.org/tools/install) - you may need to install using rustup so that you can easily install the webassembly target with `rustup target add wasm32-unknown-unknown`
- install [trunk](https://trunkrs.dev/): `cargo install trunk`
- go into this repo root and `trunk serve`