Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/petekgithub/yummy-yum

:green_salad: This site fetch the recipes and we can choose cuisine. After selection, we can see related recipe instructions and details.
https://github.com/petekgithub/yummy-yum

async-await fetch-api framer-motion react-hooks react-router styled

Last synced: 7 days ago
JSON representation

:green_salad: This site fetch the recipes and we can choose cuisine. After selection, we can see related recipe instructions and details.

Awesome Lists containing this project

README

        

# Yummy App created with ReactJS

I used [spoonacular api](https://spoonacular.com/food-api) for that project.

- I got an apiKey=undefined erroe because I declared api variables like this:

```
RECIPE_REACT...
```

But the true version is to be like that:

```
REACT_APP_API..
```

[Adding custom environment variables](https://create-react-app.dev/docs/adding-custom-environment-variables/)