ICP6 - Abinash-Banda/web-and-mobile-computing GitHub Wiki

Wiki page for ICP6

Here i was asked to create an angular application for recipe finder and location finder. I've used foursquare api and edamam api for getting the data. Apart from that i've also used bootstrap for styling.

HTML CODE

html code

Search Code

search1

Below is the logic in typescript where we pulled recipe name, content in the recipe and link of recipe from EDAMAM API

search2

Below is the logic in typescript where we pulled restaurant name, content in the location, latitude and longitude and link of recipe from FOURSQUARE API

search3

OUPUTS

image1

image2

image3