<?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: Emre Tuğutlu</title>
    <description>The latest articles on Forem by Emre Tuğutlu (@emre_tuutlu_08ce2d50db0b).</description>
    <link>https://forem.com/emre_tuutlu_08ce2d50db0b</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%2F2949596%2Fb746ad58-a1a9-4f6c-bb3c-7ad8e2145afe.jpg</url>
      <title>Forem: Emre Tuğutlu</title>
      <link>https://forem.com/emre_tuutlu_08ce2d50db0b</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/emre_tuutlu_08ce2d50db0b"/>
    <language>en</language>
    <item>
      <title>JokeGene: A Playful AI-Powered Joke App Built with KendoReact</title>
      <dc:creator>Emre Tuğutlu</dc:creator>
      <pubDate>Sat, 22 Mar 2025 18:34:21 +0000</pubDate>
      <link>https://forem.com/emre_tuutlu_08ce2d50db0b/jokegene-a-playful-ai-powered-joke-app-built-with-kendoreact-5e2c</link>
      <guid>https://forem.com/emre_tuutlu_08ce2d50db0b/jokegene-a-playful-ai-powered-joke-app-built-with-kendoreact-5e2c</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for the &lt;a href="https://dev.to/challenges/kendoreact"&gt;KendoReact Free Components Challenge&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;




&lt;h1&gt;
  
  
  😂 JokeGenie – Your Personal Stand-Up Comedian
&lt;/h1&gt;

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

&lt;p&gt;JokeGenie is a fun, GenAI-powered joke generator where you:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Choose a joke category (Dad Jokes, Country Humor, Dark Humor)&lt;/li&gt;
&lt;li&gt;Optionally enter a topic (like "bananas", "404 errors", or "your mom")&lt;/li&gt;
&lt;li&gt;Get a unique, AI-generated joke delivered in a playful UI
&lt;/li&gt;
&lt;li&gt;Bonus: Floating emojis, animated speech bubble, and a rotating funny placeholder 🎭&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Built with &lt;strong&gt;React&lt;/strong&gt;, &lt;strong&gt;Cohere’s GenAI API&lt;/strong&gt;, and the awesome &lt;strong&gt;KendoReact Free Components&lt;/strong&gt;.&lt;/p&gt;




&lt;h3&gt;
  
  
  Demo
&lt;/h3&gt;

&lt;p&gt;🌐 &lt;strong&gt;Live App&lt;/strong&gt;: &lt;a href="https://jokegene.netlify.app/" rel="noopener noreferrer"&gt;https://jokegene.netlify.app/&lt;/a&gt;&lt;br&gt;&lt;br&gt;
💻 &lt;strong&gt;Source Code&lt;/strong&gt;: &lt;a href="https://github.com/ET45/joke-generator" rel="noopener noreferrer"&gt;https://github.com/ET45/joke-generator&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  KendoReact Experience
&lt;/h2&gt;

&lt;p&gt;I used several free components from KendoReact to build the core interface quickly and style it with custom flair:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;code&gt;@progress/kendo-react-buttons&lt;/code&gt; — for animated, category buttons and joke actions&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;@progress/kendo-react-inputs&lt;/code&gt; — for the styled keyword input with emoji icon&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;@progress/kendo-react-layout&lt;/code&gt; — to create a neat, card-based layout&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;@progress/kendo-react-indicators&lt;/code&gt; — to show a loading spinner while fetching jokes&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;@progress/kendo-react-notification&lt;/code&gt; — for error handling when the joke fails to load&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;KendoReact’s free components gave me a strong UI base while allowing custom CSS layering for a unique visual identity.&lt;/p&gt;




&lt;h3&gt;
  
  
  AIm to Impress 🤖
&lt;/h3&gt;

&lt;p&gt;This project integrates the &lt;strong&gt;Cohere GenAI API&lt;/strong&gt; using the &lt;code&gt;command-r-plus&lt;/code&gt; model.&lt;br&gt;&lt;br&gt;
The app sends a prompt like:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;“Tell me a dark humor joke about JavaScript.”&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;And gets a fun, original joke in return.&lt;br&gt;&lt;br&gt;
No static jokes here — it's AI all the way. 🧠🎤&lt;/p&gt;




&lt;h3&gt;
  
  
  Delightfully Designed 🎨
&lt;/h3&gt;

&lt;p&gt;While I didn’t use the Kendo UI Figma Kit directly, I customized the components to match a consistent theme:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Violet brand color&lt;/strong&gt; (&lt;code&gt;#a66cff&lt;/code&gt;) across buttons and borders&lt;/li&gt;
&lt;li&gt;Emoji reactions and speech-bubble-style dialog&lt;/li&gt;
&lt;li&gt;Funny rotating placeholder&lt;/li&gt;
&lt;li&gt;Floating emojis for background energy 😄&lt;/li&gt;
&lt;/ul&gt;




&lt;h3&gt;
  
  
  Built With ❤️ By
&lt;/h3&gt;

&lt;p&gt;🧑‍💻 &lt;a href="https://github.com/ET45" rel="noopener noreferrer"&gt;@ET45&lt;/a&gt; Emre Tugutlu&lt;/p&gt;

&lt;p&gt;Thanks for the great challenge and awesome components, Kendo team!&lt;br&gt;&lt;br&gt;
This was a ton of fun to build 💜😂&lt;/p&gt;




</description>
      <category>devchallenge</category>
      <category>kendoreactchallenge</category>
      <category>react</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
