Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kurtamohler/diet-mind-vue
Web app that tells you how much of your favorite foods you should eat to get all the nutrients you need
https://github.com/kurtamohler/diet-mind-vue
Last synced: 11 days ago
JSON representation
Web app that tells you how much of your favorite foods you should eat to get all the nutrients you need
- Host: GitHub
- URL: https://github.com/kurtamohler/diet-mind-vue
- Owner: kurtamohler
- Created: 2019-03-28T22:49:20.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T18:45:00.000Z (almost 2 years ago)
- Last Synced: 2024-10-13T05:42:55.824Z (26 days ago)
- Language: Vue
- Size: 7.34 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 32
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DietMind
DietMind is an app that enables you to plan a balanced diet composed of what you want to eat. First, you choose which foods you want to include in your diet. Then, you choose how much of each nutrient you want to consume--including every mineral, vitamin, and amino acid that your body needs. Finally, DietMind will tell you how much of each food you need to eat to get all the nutrients you want.
[Try DietMind now!](https://kurtamohler.github.io/diet-mind-vue/)
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Run your tests
```
npm run test
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).