<?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: Najm Al-Den</title>
    <description>The latest articles on DEV Community by Najm Al-Den (@najm-flutter).</description>
    <link>https://dev.to/najm-flutter</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%2F1917614%2F5351ad76-9805-4d16-a527-e8961f6b11fb.jpeg</url>
      <title>DEV Community: Najm Al-Den</title>
      <link>https://dev.to/najm-flutter</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/najm-flutter"/>
    <language>en</language>
    <item>
      <title>GitHub Hehe : Analyzing GitHub accounts with a touch of sarcasm ! Discover witty and humorous feedback on your GitHub profile .</title>
      <dc:creator>Najm Al-Den</dc:creator>
      <pubDate>Mon, 12 Aug 2024 11:35:19 +0000</pubDate>
      <link>https://dev.to/najm-flutter/github-hehe-analyzing-github-accounts-with-a-touch-of-sarcasm-discover-witty-and-humorous-feedback-on-your-github-profile--5576</link>
      <guid>https://dev.to/najm-flutter/github-hehe-analyzing-github-accounts-with-a-touch-of-sarcasm-discover-witty-and-humorous-feedback-on-your-github-profile--5576</guid>
      <description>&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--Pcqbg69G--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://live.staticflickr.com/2890/11026225464_721d2d4d69_b.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--Pcqbg69G--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://live.staticflickr.com/2890/11026225464_721d2d4d69_b.jpg" alt="Logo" width="800" height="554"&gt;&lt;/a&gt; &lt;/p&gt;

&lt;h1&gt;
  
  
  GitHub Hehe
&lt;/h1&gt;

&lt;p&gt;&lt;strong&gt;GitHub Hehe&lt;/strong&gt; is a Flutter application that brings a touch of humor to GitHub account analysis. Whether you're looking for witty remarks, sarcastic comments, or just a light-hearted way to review your GitHub profile, this app has you covered. It's designed to provide both humorous and important feedback on GitHub profiles using AI.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--46tTdhjr--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://github.com/najm-flutter/github-hehe/blob/main/asset/images/Screenshot.png%3Fraw%3Dtrue" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--46tTdhjr--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://github.com/najm-flutter/github-hehe/blob/main/asset/images/Screenshot.png%3Fraw%3Dtrue" alt="Logo" width="800" height="450"&gt;&lt;/a&gt; &lt;/p&gt;

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

&lt;p&gt;🤜🤜 &lt;a href="https://bit.ly/3WXIosq" rel="noopener noreferrer"&gt;From Here&lt;/a&gt; 🤛🤛&lt;/p&gt;

&lt;h2&gt;
  
  
  Features
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Sarcastic Analysis:&lt;/strong&gt; Get witty and humorous feedback on your GitHub profile.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;AI-Powered Insights:&lt;/strong&gt; Uses Google's generative AI for personalized feedback.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Clean Architecture:&lt;/strong&gt; Organized and scalable code structure.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Getting Started
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Prerequisites
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://flutter.dev/docs/get-started/install" rel="noopener noreferrer"&gt;Flutter SDK&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://dart.dev/get-dart" rel="noopener noreferrer"&gt;Dart SDK&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;A GitHub account&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Installation
&lt;/h3&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Clone the repository:&lt;br&gt;
&lt;/p&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;git clone https://github.com/yourusername/github-hehe.git
&lt;span class="nb"&gt;cd &lt;/span&gt;github-hehe
&lt;/code&gt;&lt;/pre&gt;

&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Install dependencies:&lt;br&gt;
&lt;/p&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;flutter pub get
&lt;/code&gt;&lt;/pre&gt;

&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Run the app:&lt;br&gt;
&lt;/p&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;flutter run &lt;span class="nt"&gt;--dart-define&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="nv"&gt;API_KEY&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="nv"&gt;$GEMINI_API_KEY&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  Libraries and Tools
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;flutter_bloc&lt;/strong&gt;: ^8.1.6 - State management solution.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;google_generative_ai&lt;/strong&gt;: ^0.4.4 - AI-powered insights.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;equatable&lt;/strong&gt;: ^2.0.5 - Simplifies equality comparisons.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;url_launcher&lt;/strong&gt;: ^6.3.0 - Opens URLs in a browser or app.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;get_it&lt;/strong&gt;: ^7.7.0 - Dependency injection.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;http&lt;/strong&gt;: ^1.2.2 - HTTP requests and REST API handling.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;dartz&lt;/strong&gt;: ^0.10.1 - Functional programming in Dart.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;bloc&lt;/strong&gt;: ^8.1.4 - State management.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Architecture
&lt;/h2&gt;

&lt;p&gt;GitHub Hehe is built using Clean Architecture, ensuring that the project remains modular, testable, and maintainable. Each feature is separated into different layers:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Presentation Layer&lt;/strong&gt;: Handles UI and state management.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Domain Layer&lt;/strong&gt;: Contains business logic and entities.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Data Layer&lt;/strong&gt;: Responsible for data retrieval and storage.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Contributing
&lt;/h2&gt;

&lt;p&gt;Contributions are welcome! Please fork this repository, make your changes, and submit a pull request.&lt;/p&gt;

&lt;h2&gt;
  
  
  License
&lt;/h2&gt;

&lt;p&gt;This project is licensed under the MIT License - see the &lt;a href="https://dev.toLICENSE"&gt;LICENSE&lt;/a&gt; file for details.&lt;/p&gt;

&lt;h2&gt;
  
  
  Contact
&lt;/h2&gt;

&lt;p&gt;For any questions or suggestions, feel free to contact &lt;a href="https://github.com/najm-flutter" rel="noopener noreferrer"&gt;Najm Al-Den&lt;/a&gt;.&lt;/p&gt;




&lt;p&gt;&lt;strong&gt;GitHub Hehe&lt;/strong&gt;: Analyzing GitHub accounts with a touch of sarcasm! Discover witty and humorous feedback on your GitHub profile.&lt;/p&gt;

</description>
      <category>flutter</category>
      <category>opensource</category>
      <category>gemini</category>
      <category>ai</category>
    </item>
  </channel>
</rss>
