<?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: RuddyCodes</title>
    <description>The latest articles on DEV Community by RuddyCodes (@ruddycodes).</description>
    <link>https://dev.to/ruddycodes</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%2F329582%2Fc42a2b76-866e-414b-868c-15e0562f58f3.jpg</url>
      <title>DEV Community: RuddyCodes</title>
      <link>https://dev.to/ruddycodes</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ruddycodes"/>
    <language>en</language>
    <item>
      <title>Landing page: Have fun with it.</title>
      <dc:creator>RuddyCodes</dc:creator>
      <pubDate>Sat, 05 Apr 2025 23:46:41 +0000</pubDate>
      <link>https://dev.to/ruddycodes/landing-page-have-fun-with-it-155h</link>
      <guid>https://dev.to/ruddycodes/landing-page-have-fun-with-it-155h</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for the &lt;a href="https://dev.to/challenges/wecoded"&gt;WeCoded Challenge&lt;/a&gt;: Celebrate in Code&lt;/em&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  👋 About the page
&lt;/h2&gt;

&lt;p&gt;I decided to experiment with a more interactive approach 🙈, incorporating a game into the hero section of the page. This design choice aims to be both entertaining and functional, as I've also included useful features for engaging with the articles.&lt;/p&gt;

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

&lt;p&gt;&lt;a href="https://ruddy.codes/wecoded" rel="noopener noreferrer"&gt;Here is a fun landing page&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  👩‍💻 Code
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://github.com/RuddyN/wecoded" rel="noopener noreferrer"&gt;You can find the code here&lt;/a&gt;&lt;/p&gt;

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

&lt;ul&gt;
&lt;li&gt;A drag and drop match game that reveals a fun fact after you match the logo correctly. Its built using Nextjs, HTML and CSS. I defaulted to an image for mobile.&lt;/li&gt;
&lt;li&gt;Loading articles with the tag &lt;code&gt;wecoded&lt;/code&gt; no API key required
&lt;/li&gt;
&lt;/ul&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;const articles = await fetch(
        `https://dev.to/api/articles?tag=wecoded&amp;amp;per_page=${pageNumber}`,
        {
          method: "GET",
        }
      );
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&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%2Fgqpelzc0sjgfucz730e9.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%2Fgqpelzc0sjgfucz730e9.png" alt="list of wecoded articles" width="800" height="440"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Pagination that keeps loading 10 more articles till 100&lt;/li&gt;
&lt;li&gt;Sorting the articles in Ascending and Descending&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>wecoded</category>
      <category>dei</category>
      <category>webdev</category>
      <category>devchallenge</category>
    </item>
  </channel>
</rss>
