<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Forem: Upamda Ekanayake</title>
    <description>The latest articles on Forem by Upamda Ekanayake (@it24200314).</description>
    <link>https://forem.com/it24200314</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3645003%2Fc8da6f3b-de05-4a35-a3ac-6ccf7e57ef51.png</url>
      <title>Forem: Upamda Ekanayake</title>
      <link>https://forem.com/it24200314</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/it24200314"/>
    <language>en</language>
    <item>
      <title>FridgeFeast.AI: Turn Leftovers into Meals with Google Gemini</title>
      <dc:creator>Upamda Ekanayake</dc:creator>
      <pubDate>Fri, 05 Dec 2025 07:01:19 +0000</pubDate>
      <link>https://forem.com/it24200314/how-i-built-fridgefeastai-a-genai-recipe-generator-3c2f</link>
      <guid>https://forem.com/it24200314/how-i-built-fridgefeastai-a-genai-recipe-generator-3c2f</guid>
      <description>&lt;p&gt;&lt;em&gt;This post is my submission for &lt;a href="https://dev.to/deved/build-apps-with-google-ai-studio"&gt;DEV Education Track: Build Apps with Google AI Studio&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  What I Built
&lt;/h2&gt;

&lt;p&gt;I built an app called &lt;strong&gt;FridgeFeast.AI&lt;/strong&gt;. It solves a common problem: staring at your fridge and not knowing what to cook. &lt;/p&gt;

&lt;p&gt;The app allows users to either scan their fridge or manually enter the ingredients they have at home. Then, using Google Gemini, it instantly generates a curated menu of recipes that match those ingredients perfectly.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The Prompt I Used:&lt;/strong&gt;&lt;br&gt;
To create this app, I used the "Build apps with Gemini" feature. Here is the main prompt I used to generate the application:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;"Create a React application called FridgeFeast.AI. It should have a dark, modern UI with green accents. The app needs two main buttons: 'Scan Fridge' and 'Manual Entry'. When a user inputs ingredients, use the Gemini API to generate 4 creative recipes including cooking time and difficulty level. Display the results in cards."&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;em&gt;(Note: I also refined the UI to make the cards look more elegant and added the '100% Match' badges).&lt;/em&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Demo
&lt;/h2&gt;

&lt;p&gt;You can try the app yourself here: &lt;br&gt;
&lt;a href="https://ai.studio/apps/drive/1DbsqD8QG6u8IIhrInNVtZlPZFwkCMkta?fullscreenApplet=true" rel="noopener noreferrer"&gt;&lt;strong&gt;Click here to try FridgeFeast.AI&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Here is what the app looks like:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fbsh6bcjvbi1v7lynokqi.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fbsh6bcjvbi1v7lynokqi.png" alt=" " width="800" height="484"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  My Experience
&lt;/h2&gt;

&lt;p&gt;As a university student beginning my journey in AI and Data Science, this was an exciting project. &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What I Learned:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Prompt Engineering:&lt;/strong&gt; I learned that being specific with my instructions (prompt) helps Gemini build exactly what I imagine.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Rapid Prototyping:&lt;/strong&gt; I was surprised by how fast I could go from a simple idea to a working app. Google AI Studio handled the complex coding parts, allowing me to focus on the logic and design.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It was a great experience to see how easily we can integrate GenAI into practical, everyday tools like a recipe finder.&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fuiekhvokpd3tnw9vh1yy.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fuiekhvokpd3tnw9vh1yy.png" alt=" " width="800" height="477"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>deved</category>
      <category>learngoogleaistudio</category>
      <category>ai</category>
      <category>gemini</category>
    </item>
  </channel>
</rss>
