Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.07 KB

README.md

File metadata and controls

27 lines (19 loc) · 1.07 KB

recipe_web_application

#Techstack HTML CSS JS API

#Functionality:

  1. app renders meals from AP1 based on relevant search
  2. meals/data received are rendered on page as cards
  3. these cards can be added in favourite section of app
  4. each card has a functionality of view_details & add to favourite section
  5. cards in favourite section have option of view details & removed
  6. local storage used

#APIused: https://www.themealdb.com/api/json/v1/1/

#googlefontsAPI: for making add to favourite button

https://fonts.google.com/icons?selected=Material+Symbols+Outlined:favorite:FILL@0;wght@400;GRAD@0;opsz@48

#How to run App:

  1. download & extract in folder
  2. open folder with VS code
  3. install live server in vs code
  4. right click on index.html file & open with live server