RecipeFinder is a sleek and responsive React web app that helps users discover delicious meals using real-time data from TheMealDB API. Built with Tailwind CSS, it provides an intuitive UI to browse, filter, and explore recipes by category.
- React β UI development
- Tailwind CSS β Styling & layout
- TheMealDB API β Recipe data
- Vite β Fast development & build
- π Browse & filter recipes by category (e.g., Seafood, Vegetarian)
- πΌοΈ Visual recipe cards with meal images and titles
- π Detailed recipe view with ingredients & instructions
- π‘ Motivational food quote banner
- π± Responsive design for all screen sizes
git clone https://github.com/nistha-coder/RecipeFinder.git
cd RecipeFinder
npm install
npm run dev