opencodeiiita / opencode20-destination-portal

repository for opencode2020
25 stars 53 forks source link

rendering the data in JSON object returned by API #119

Open harshitk075 opened 4 years ago

harshitk075 commented 4 years ago

issue #118 is prerequisite

  1. view the json object returned by google place API(just copy link from api route and insert your key in url)
  2. making card (google for it)
    • header image will be the photo reference given in Photos array in JSON object.[HINT: do through documentation of google API to find how to extract photo from photo reference given in JSON]
    • Card body will contain the address, Name, Type and Ratings
  3. Use Bootstrap grid system to place all cards.
  4. All places card should be displayed in Explore.ejs when the place is searched form the search box in Explore.ejs.
untrulynoxiusmj commented 4 years ago

Claim

harshitk075 commented 4 years ago

assigned to @untrulynoxiusmj

sggts04 commented 4 years ago

can I work on this?