Delicious is a Food and Recipe website where you can get recipes for various cuisines like American, Thai, Italian, and Japanese.
It provides you with a summary, steps to cook, and the ingredients required for a particular recipe.
Live Link: https://amd-delicious.netlify.app/
Create your account on the Spoonacular website and get your API key.
https://spoonacular.com/food-api/
Spoonacular API is used for:
- Searching Recipes.
- Displaying Vegetarian and Popular section.
- Various Cuisines category.
- Get Recipes.
For other endpoints refer: https://spoonacular.com/food-api/docs
In the project directory, you can run:
npm install
npx create-react-app my-app
cd my-app
npm i framer-motion react-icons react-router-dom styled-components @splidejs/react-splide
npm start
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.