Skip to content

chethan25/tastebite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Meal Recipe Website

  • A website to find various meal recipes.
  • The recipes can be searched with different filters such as categories, cuisines or ingredients.
  • Used MealDB API to fetch all the recipe data. It provides API endpoints such as search recipe by name or id, get random recipe, list and filter recipes by categories, cuisine or ingredient.
  • Used React to build user interface components.
  • Utilized React’s hooks for state management and making API calls.

Website Link

https://tastebite.netlify.app/

Acknowledgements