Skip to content

rajanarahul93/Dishcovery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dishcovery

Overview

The Dishcovery is a web application that allows users to search for recipes by name or ID. It fetches recipe details from The Meal Database API and displays information such as ingredients, instructions, and a video tutorial (if available) for each recipe.

Features

  • Search for recipes by name or ID.
  • View detailed information about a specific recipe.
  • Watch video tutorials for selected recipes.

Technologies Used

  • React: JavaScript library for building user interfaces.
  • React Router: Library for handling navigation in a React application.
  • React Player: React component for playing YouTube videos.
  • The Meal Database API: Provides recipe data for the app.