What are you cooking today?
A clean, no-fuss recipe app that takes the guesswork out of "what should I make?" — browse random meals, search by keyword, save your favourites, and get full ingredients and instructions all in one place.
Live demo → recipe-app-one-eta.vercel.app
- 🎲 Random meal discovery — get a new meal suggestion on every load
- 🔍 Keyword search — find meals by name or ingredient
- ❤️ Favourites — save meals you love and come back to them
- 📋 Full recipe detail — ingredients, quantities, and step-by-step instructions
- 🌐 Powered by a public API — always fresh, always real recipes
- HTML
- CSS
- Vanilla JavaScript
- TheMealDB API
No installs, no build steps. Just clone and open.
git clone https://github.com/Dunni0/Recipe-app.git
cd Recipe-appThen open index.html in your browser — that's it.
Or just visit the live version at recipe-app-one-eta.vercel.app.
Recipe-app/
├── index.html # App shell and markup
├── recipe.css # Styles
├── recipe.js # All app logic and API calls
├── fonts/ # Local font files
└── images/ # Static assets
Made by Pelumi Awonuga — LinkedIn · pelumioladunni3@gmail.com