Skip to content

Recipe search application that fetches meals from TheMealDB API and displays detailed cooking instructions, ingredients, and YouTube tutorials.

Notifications You must be signed in to change notification settings

anonymousecode/cookavel

Repository files navigation

🍽️ CookaVel - Laravel Recipe App

CookaVel is a Laravel-powered recipe search application that fetches meals from TheMealDB API and displays detailed cooking instructions, ingredients, and YouTube tutorials.


🔧 Features

  • 🔍 Search recipes by name
  • 🔤 Filter meals by alphabet (A–Z)
  • 🧾 Detailed recipe view with:
    • Ingredients and measurements
    • Instructions
    • YouTube video
  • 🖼️ Recipe thumbnails
  • Responsive UI using Bootstrap

🚀 Live Demo

👉 cookavel.onrender.com


🛠️ Tech Stack

  • PHP 8.2
  • Laravel 10+
  • Bootstrap 5
  • Blade templates
  • TheMealDB API
  • Render (for hosting)

⚙️ Local Setup

git clone https://github.com/anonymousecode/cookavel.git
cd cookavel

composer install
cp .env.example .env
php artisan key:generate

# Set your APP_URL in .env to http://localhost:8000

php artisan serve

About

Recipe search application that fetches meals from TheMealDB API and displays detailed cooking instructions, ingredients, and YouTube tutorials.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages