A polished, responsive React application that leverages Google Gemini 2.5 Flash to transform a simple list of ingredients into a fully formatted Markdown recipe.
Chef Claude is designed to minimize food waste by helping users find creative ways to use the ingredients they already have. Built with a focus on clean UI and efficient LLM prompting, the app demonstrates modern frontend patterns and real-time AI integration.
- Intelligent Recipe Generation: Uses
gemini-2.5-flashwith a custom system prompt to act as a professional chef. - Markdown Rendering: Seamlessly transforms AI-generated text into a beautiful, readable format.
- Optimized Performance: Configured with specific token limits and temperature settings for fast, concise responses.
- Modern React Architecture: Built from scratch using functional components and hooks.
- Frontend: React.js (Vite)
- AI Engine: Google Generative AI (Gemini API)
- Styling: CSS3 (Custom modular styles)
- Deployment Ready: Environment variable support for secure API management.
- Clone the repository:
git clone https://github.com/Yboumhand/chef_claude_app.git