Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/giuliano1993/vue-the-menue

A small web app consuming open API to get some recipees from ingredients
https://github.com/giuliano1993/vue-the-menue

Last synced: 16 days ago
JSON representation

A small web app consuming open API to get some recipees from ingredients

Awesome Lists containing this project

README

        

# vueTheMenue

A small web app consuming open API to get some recipees from ingredients

Rename the .env.example file to .env and add your personal Api Key from [SpoonacularAPI](https://spoonacular.com/food-api/console)

## Project Setup

```sh
npm install
```

### Compile and Hot-Reload for Development

```sh
npm run dev
```

### Type-Check, Compile and Minify for Production

```sh
npm run build
```

### Lint with [ESLint](https://eslint.org/)

```sh
npm run lint
```

## Attributions to implement
- Time icons created by Freepik - Flaticon

## API Documentation
You can finde the documentarion of the APIs Used by this project at this [link](https://spoonacular.com/food-api/docs)
## TODO
- [x] re-implement the full search code ( axios call temporarily disabled for the search component for not exceeding the daily requests quota while developing and testsìing)
- [ ] implementation of different type of search (by keyword, ingredients, cooking type, or advanced search using different nutritonal values and more)
- [ ] implement designed graphs for nutrients
- [ ] in deatil view,make the ste steps, actually steps, showing one at a time in a nice carousel