Features
- All in One Recipe Finder using JavaScript and AJAX API.
- Uses AJAX API calls to retrieve data from the Forkify API.
- Dynamic Search options for recipes.
- Renders Recipes and Ingredients.
- Ingredients can be added to the shopping list.
-
Download node.js . node.js
-
Navigate to your folder where you have extracted the repository & Install all the dependencies using the following command in the command prompt.
npm install package.json
- Run the webite locally.
npm run start
- The website will run on your local server.