A simple recipe finder web app built with Vite, React, and Tailwind CSS, using TheMealDB API to fetch recipes based on user-input ingredients. Users can search for recipes, explore random suggestions, and view detailed recipe information, including ingredients and instructions.
https://recipe-finder-pkpotter03.vercel.app/
ā
Search recipes by ingredient
ā
View 6 random recipes on the homepage
ā
Click on a recipe to see full details (image, ingredients, instructions, etc.)
ā
Responsive & fast UI with Tailwind CSS
Clone the repository:
git clone https://github.com/pkpotter03/recipe-finder.git
cd recipe-finder
Install dependencies:
npm install
Run the development server:
npm run dev
The app will be available at http://localhost:5173/
Deploy to Vercel (optional):
vercel
This project uses TheMealDB API to fetch recipes. No API key is required. Example API endpoints used:
https://www.themealdb.com/api/json/v1/1/filter.php?i=chicken
https://www.themealdb.com/api/json/v1/1/lookup.php?i=MEAL_ID
If you like this project, give it a ā on GitHub! It really helps! š
This project is open-source and available under the MIT License.