Project aims to create a Recipe App.
Build a Recipe App using ReactJS.
-
HTML
-
CSS
-
JS
-
ReactJS
-
Step 1: Create React App using
npx create-react-app recipe-app
-
Step 2: Signup
https://developer.edamam.com/edamam-docs-recipe-api
and get api key. -
Step 3 : Using api key and
axios
for getting data fromhttps://api.edamam.com/search?q=${query}&app_id=${APP_ID}&app_key=${APP_KEY}&mealType=${meal}
. -
Step 4: You can use css frameworks like Bootstrap, Semantic UI.
-
Step 5 : You can get random login background image from
https://picsum.photos/1600/900
-
Step 6: Add project gif to your project and README.md file.