Skip to content

brittojo7n/Assignment-CookingRecipeFinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Recipe Finder (Test Website)

A test implementation of a recipe search application using the free TheMealDB API. This project demonstrates web API integration, local storage usage, and responsive UI design.

Features

  • Search recipes by name
  • Save favorite recipes to browser's local storage
  • Responsive grid layout for all screen sizes
  • Detailed recipe view in modal popup
  • Clean modern interface with:
    • Gradient text effects
    • Blurred background
    • Smooth animations

Technologies Used

  • HTML5
  • CSS3 (Grid, Flexbox)
  • JavaScript (ES6+)
  • TheMealDB API (free tier)