Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 757 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 757 Bytes

Recipe Finder App

Overview

The Recipe Finder App 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.