<?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: Eoin McGrath</title>
    <description>The latest articles on DEV Community by Eoin McGrath (@eoinmcg).</description>
    <link>https://dev.to/eoinmcg</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%2F1836780%2F0910e6bc-964a-4ecc-920c-aa25a1824b3e.png</url>
      <title>DEV Community: Eoin McGrath</title>
      <link>https://dev.to/eoinmcg</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/eoinmcg"/>
    <language>en</language>
    <item>
      <title>Frontend Challenge: World Asteroid Day, 30th June</title>
      <dc:creator>Eoin McGrath</dc:creator>
      <pubDate>Mon, 23 Jun 2025 19:05:43 +0000</pubDate>
      <link>https://dev.to/eoinmcg/frontend-challenge-world-asteroid-day-30th-june-l7c</link>
      <guid>https://dev.to/eoinmcg/frontend-challenge-world-asteroid-day-30th-june-l7c</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for &lt;a href="https://dev.to/challenges/frontend-2025-06-04"&gt;Frontend Challenge - June Celebrations, Perfect Landing: June Celebrations&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;

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

&lt;p&gt;A celebration of World Asteroid Day, 30th June&lt;/p&gt;

&lt;h3&gt;
  
  
  &lt;a href="https://eoinmcgrath.com/asteroid-day/" rel="noopener noreferrer"&gt;🌌 View live here&lt;/a&gt;
&lt;/h3&gt;

&lt;h2&gt;
  
  
  Journey
&lt;/h2&gt;

&lt;p&gt;I've wanted to learn Tailwind CSS for a while, so this challenge was the perfect opportunity to expand my skills. Space has always fascinated me, so choosing &lt;strong&gt;World Asteroid Day&lt;/strong&gt; as my inspiration was a natural fit. My goal was to create an educational and inspiring site for a younger audience, which led to this interactive landing page celebrating the day.&lt;/p&gt;

&lt;p&gt;It Features:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;☄️ Real asteroid field&lt;/li&gt;
&lt;li&gt;🚀 Space travel&lt;/li&gt;
&lt;li&gt;ℹ️ Interesting facts&lt;/li&gt;
&lt;li&gt;❓ Interactive quiz&lt;/li&gt;
&lt;li&gt;🧑‍🎓 Downloadable personalized certificate.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Tech used
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;React with typescript&lt;/li&gt;
&lt;li&gt;R3F for animated asteroid field&lt;/li&gt;
&lt;li&gt;Tailwind CSS for styling&lt;/li&gt;
&lt;li&gt;Google Gemini (free plan) for image generation&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I had a blast creating this landing page, and I hope you enjoy it too!&lt;/p&gt;

&lt;p&gt;MIT license&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/eoinmcg/asteroid-day" rel="noopener noreferrer"&gt;Github repo&lt;/a&gt;&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%2Fqy4xyg7r0u1qkqj1l4fn.webp" 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%2Fqy4xyg7r0u1qkqj1l4fn.webp" alt="Ceres - the largest asteroid in the asteroid belt" width="800" height="800"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>devchallenge</category>
      <category>frontendchallenge</category>
      <category>css</category>
      <category>javascript</category>
    </item>
    <item>
      <title>Code a mobile friendly game with LittleJS</title>
      <dc:creator>Eoin McGrath</dc:creator>
      <pubDate>Fri, 28 Feb 2025 11:55:22 +0000</pubDate>
      <link>https://dev.to/eoinmcg/code-a-mobile-friendly-game-with-littlejs-tutorial-2829</link>
      <guid>https://dev.to/eoinmcg/code-a-mobile-friendly-game-with-littlejs-tutorial-2829</guid>
      <description>&lt;p&gt;Hey all! I hacked together a super simple game last weekend, which I thought lent itself to a tutorial.&lt;br&gt;
So, I also wrote up a tutorial, which can be found here:&lt;br&gt;
&lt;a href="https://eoinmcg.github.io/little-ski/tutorial.html" rel="noopener noreferrer"&gt;https://eoinmcg.github.io/little-ski/tutorial.html&lt;/a&gt;&lt;br&gt;
and the game: &lt;br&gt;
&lt;a href="https://eoinmcg.github.io/little-ski" rel="noopener noreferrer"&gt;https://eoinmcg.github.io/little-ski&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If anyone has the time and inclination to check out the tutorial, I'd really appreciate any feedback!&lt;br&gt;
Thanks!&lt;/p&gt;

&lt;p&gt;p.s. the github repo: &lt;a href="https://github.com/eoinmcg/little-ski/" rel="noopener noreferrer"&gt;https://github.com/eoinmcg/little-ski/&lt;/a&gt;&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%2Fepr9znxlyu1r0gsqrjow.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%2Fepr9znxlyu1r0gsqrjow.png" alt="Title Screen" width="320" height="480"&gt;&lt;/a&gt;&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%2F4zi9m3dd9j5ia7fonukt.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%2F4zi9m3dd9j5ia7fonukt.png" alt="Game play" width="320" height="480"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>gamedev</category>
      <category>javascript</category>
      <category>tutorial</category>
    </item>
    <item>
      <title>Mountains</title>
      <dc:creator>Eoin McGrath</dc:creator>
      <pubDate>Fri, 02 Aug 2024 15:24:07 +0000</pubDate>
      <link>https://dev.to/eoinmcg/mountains-jeb</link>
      <guid>https://dev.to/eoinmcg/mountains-jeb</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for &lt;a href="https://dev.to/challenges/frontend-2024-07-24"&gt;Frontend Challenge v24.07.24&lt;/a&gt;, CSS Art: Recreation.&lt;/em&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Inspiration
&lt;/h2&gt;

&lt;p&gt;As developers we can spend too long in front of our screens.&lt;br&gt;
Take a break. Look up!&lt;/p&gt;

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

&lt;p&gt;&lt;a href="https://eoinmcgrath.com/mountains/" rel="noopener noreferrer"&gt;See it in action.&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Journey
&lt;/h2&gt;

&lt;p&gt;I expanded my knowledge of CSS animations, that's for sure.&lt;br&gt;
On previous projects, I've only scratched the surface of what can be achieved with CSS animations. This exercise give me a chance to experiment. And most of all, have fun ;)&lt;/p&gt;

</description>
      <category>frontendchallenge</category>
      <category>devchallenge</category>
      <category>css</category>
    </item>
  </channel>
</rss>
