This is a food recipe that I have implemented a spoonacular api that helps us to fetch food, recipe and ingredients etc.
To get the APi visit: https://api.spoonacular.com/recipes/{id}/information
You can also clone the project in your machine: https://github.com/sambaraks652/FoodRecipe-WebApp.git
To run the project navigate to the current directory in your terminal and follow the following steps:
- cd current directory
- npm install
- npm run dev