<?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>DEV Community: MGoodies</title>
    <description>The latest articles on DEV Community by MGoodies (@mgoodies_61ddc6dcca551492).</description>
    <link>https://dev.to/mgoodies_61ddc6dcca551492</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%2F3875003%2F94243a4a-5365-4b4e-b6c9-2a6d8160ac7c.png</url>
      <title>DEV Community: MGoodies</title>
      <link>https://dev.to/mgoodies_61ddc6dcca551492</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/mgoodies_61ddc6dcca551492"/>
    <language>en</language>
    <item>
      <title>JudgeMental Feline</title>
      <dc:creator>MGoodies</dc:creator>
      <pubDate>Sun, 12 Apr 2026 16:53:07 +0000</pubDate>
      <link>https://dev.to/mgoodies_61ddc6dcca551492/judgemental-feline-1caf</link>
      <guid>https://dev.to/mgoodies_61ddc6dcca551492/judgemental-feline-1caf</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for the &lt;a href="https://dev.to/challenges/aprilfools-2026"&gt;DEV April Fools Challenge&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;

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

&lt;p&gt;An app which take your thoughts as input and generate Cat image based on the sentiment present in text provided along with appropriate reply embed in photo itself.&lt;/p&gt;

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

&lt;p&gt;  &lt;iframe src="https://www.youtube.com/embed/9rZHT2li5Rw"&gt;
  &lt;/iframe&gt;
&lt;/p&gt;

&lt;h2&gt;
  
  
  Code
&lt;/h2&gt;


&lt;div class="ltag-github-readme-tag"&gt;
  &lt;div class="readme-overview"&gt;
    &lt;h2&gt;
      &lt;img src="https://assets.dev.to/assets/github-logo-5a155e1f9a670af7944dd5e12375bc76ed542ea80224905ecaf878b9157cdefc.svg" alt="GitHub logo"&gt;
      &lt;a href="https://github.com/mayank905" rel="noopener noreferrer"&gt;
        mayank905
      &lt;/a&gt; / &lt;a href="https://github.com/mayank905/UselessCat1" rel="noopener noreferrer"&gt;
        UselessCat1
      &lt;/a&gt;
    &lt;/h2&gt;
    &lt;h3&gt;
      A cat which react to text sentiment
    &lt;/h3&gt;
  &lt;/div&gt;
  &lt;div class="ltag-github-body"&gt;
    
&lt;div id="readme" class="md"&gt;
&lt;div class="markdown-heading"&gt;
&lt;h1 class="heading-element"&gt;UselessCat1&lt;/h1&gt;

&lt;/div&gt;
&lt;p&gt;A judgmental cat that reacts to your text using Google's Gemini AI.&lt;/p&gt;
&lt;div class="markdown-heading"&gt;
&lt;h2 class="heading-element"&gt;Quick Start&lt;/h2&gt;

&lt;/div&gt;
&lt;div class="markdown-heading"&gt;
&lt;h3 class="heading-element"&gt;Run the App&lt;/h3&gt;

&lt;/div&gt;
&lt;div class="highlight highlight-source-shell notranslate position-relative overflow-auto js-code-highlight"&gt;
&lt;pre&gt;python3 -m http.server 8000&lt;/pre&gt;

&lt;/div&gt;
&lt;p&gt;Then open &lt;code&gt;http://localhost:8000&lt;/code&gt; in your browser.&lt;/p&gt;
&lt;div class="markdown-heading"&gt;
&lt;h3 class="heading-element"&gt;Setup Your API Key&lt;/h3&gt;

&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;Visit &lt;a href="https://aistudio.google.com/apikey" rel="nofollow noopener noreferrer"&gt;Google AI Studio&lt;/a&gt; to get a free API key&lt;/li&gt;
&lt;li&gt;Open the app in your browser&lt;/li&gt;
&lt;li&gt;Paste your API key in the input field at the top&lt;/li&gt;
&lt;li&gt;Click "Save API Key"&lt;/li&gt;
&lt;li&gt;Start typing to see the cat's reactions!&lt;/li&gt;
&lt;/ul&gt;
&lt;div class="markdown-heading"&gt;
&lt;h2 class="heading-element"&gt;How It Works&lt;/h2&gt;

&lt;/div&gt;
&lt;p&gt;Type something in the textarea, and the judgmental cat will respond with a single emoji reaction based on your text sentiment.&lt;/p&gt;
&lt;div class="markdown-heading"&gt;
&lt;h2 class="heading-element"&gt;
⚠️ Security Note&lt;/h2&gt;

&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;Your API key is &lt;strong&gt;stored only in your browser's localStorage&lt;/strong&gt; — never sent to GitHub or any server&lt;/li&gt;
&lt;li&gt;Each user must add their own API key&lt;/li&gt;
&lt;li&gt;The key persists in your browser until you clear localStorage&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Do NOT hardcode your key in the HTML&lt;/strong&gt; — always use the input field&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;



&lt;/div&gt;
&lt;br&gt;
  &lt;div class="gh-btn-container"&gt;&lt;a class="gh-btn" href="https://github.com/mayank905/UselessCat1" rel="noopener noreferrer"&gt;View on GitHub&lt;/a&gt;&lt;/div&gt;
&lt;br&gt;
&lt;/div&gt;
&lt;br&gt;


&lt;h2&gt;
  
  
  How I Built It
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;Html, JavaScript for front end display, receiving input.&lt;/li&gt;
&lt;li&gt;Call to Api of cataas.com for cat image generation and embedding reply    in image.&lt;/li&gt;
&lt;li&gt;Gemini Api call to gemini-2.5-flash model for sentiment analysis. &lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  Prize Category
&lt;/h2&gt;

&lt;p&gt;Best Google AI Usage&lt;/p&gt;

&lt;p&gt;&lt;a class="mentioned-user" href="https://dev.to/mgoodies_61ddc6dcca551492"&gt;@mgoodies_61ddc6dcca551492&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Thanks for using the app :)&lt;/p&gt;

</description>
      <category>devchallenge</category>
      <category>418challenge</category>
      <category>showdev</category>
    </item>
  </channel>
</rss>
