Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/petekgithub/yummy-yum
- Owner: petekgithub
- Created: 2022-07-25T00:35:45.000Z (over 2 years ago)
- Default Branch: soul
- Last Pushed: 2023-02-01T22:17:48.000Z (almost 2 years ago)
- Last Synced: 2023-03-04T00:39:19.272Z (over 1 year ago)
- Topics: async-await, fetch-api, framer-motion, react-hooks, react-router, styled
- Language: JavaScript
- Homepage:
- Size: 337 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)