Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 721 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 721 Bytes

Food Recipe App

  • A food recipe app, where users can search various dishes and get the full recipe of it.
  • Recipies are being fetched through Free Meal Api
  • User can also see the Latest recipe and Recipe of the day
  • Implemented search functionality using JS debouncing to minimize the unnecessary api calls.

Screenshots

Home Page

Recipe Page

Search