An open API service indexing awesome lists of open source software.

https://github.com/ankitjhagithub21/recipe-finder-app

The Recipe Finder App is a web application that is built using react, vite and themealdb api. It allows users to search for recipes by name or ID.
https://github.com/ankitjhagithub21/recipe-finder-app

react recipe-finder themealdb-api vite

Last synced: 3 months ago
JSON representation

The Recipe Finder App is a web application that is built using react, vite and themealdb api. It allows users to search for recipes by name or ID.

Awesome Lists containing this project

README

        

# 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](https://www.themealdb.com/api.php) 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.