Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/).