Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/giuliano1993/vue-the-menue
- Owner: Giuliano1993
- Created: 2022-11-14T16:02:00.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-22T21:40:26.000Z (10 months ago)
- Last Synced: 2024-10-09T04:41:51.419Z (about 1 month ago)
- Language: Vue
- Homepage: https://my-project-five-swart.vercel.app
- Size: 943 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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