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.
- Host: GitHub
- URL: https://github.com/ankitjhagithub21/recipe-finder-app
- Owner: ankitjhagithub21
- Created: 2023-11-25T08:24:30.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-25T08:43:18.000Z (over 1 year ago)
- Last Synced: 2023-11-25T09:45:08.493Z (over 1 year ago)
- Topics: react, recipe-finder, themealdb-api, vite
- Language: JavaScript
- Homepage: https://recipe-finder-app-tau.vercel.app
- Size: 109 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.