<?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: ilhan ak</title>
    <description>The latest articles on DEV Community by ilhan ak (@rgb1903).</description>
    <link>https://dev.to/rgb1903</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%2F3878722%2F1c356a94-6b39-44b4-a956-def14b325924.png</url>
      <title>DEV Community: ilhan ak</title>
      <link>https://dev.to/rgb1903</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/rgb1903"/>
    <language>en</language>
    <item>
      <title>Building a Movie Puzzle Game When You Have Zero Design Skills</title>
      <dc:creator>ilhan ak</dc:creator>
      <pubDate>Tue, 14 Apr 2026 13:44:08 +0000</pubDate>
      <link>https://dev.to/rgb1903/building-a-movie-puzzle-game-when-you-have-zero-design-skills-d56</link>
      <guid>https://dev.to/rgb1903/building-a-movie-puzzle-game-when-you-have-zero-design-skills-d56</guid>
      <description>&lt;p&gt;I have a confession: frontend design is my nightmare. Working with APIs and databases feels natural to me. But the second I need to pick a color scheme or fix a CSS layout, I’m stuck. I just lack that visual instinct.&lt;/p&gt;

&lt;p&gt;I started Flickle because I wanted a better daily game for movie fans. The backend logic was the easy part. The hard part was not making it look terrible. I also didn’t want to build just another basic Wordle clone. I planned multiple features like timeline sorting, cast guessing, and high-res frame puzzles. For all that to fit on a screen, the UI needed to be invisible. The images had to do the talking.&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%2Fdsqf6tscirsgq15e8g1j.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%2Fdsqf6tscirsgq15e8g1j.png" alt="Minimalist UI design of Flickle movie guessing game featuring a high-resolution cinematic frame." width="800" height="569"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;My stack was pretty standard. Next.js on Vercel to keep things fast. I pulled all the movie data from the TMDB API. For the backend, I went with Firebase. Firestore handles the daily stats, and Firebase Storage serves the 4K frames so the site doesn’t crawl to a halt.&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%2Fwt5iqhg85rczcohgnw1p.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%2Fwt5iqhg85rczcohgnw1p.png" alt="Minimalist Cast Mode interface in Flickle showing a clean list of actors for the daily movie trivia challenge." width="800" height="761"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Logic worked fine. The interface was a disaster.&lt;/p&gt;

&lt;p&gt;I hate writing CSS, so I handed the design work over to AI. I basically told it: “I can’t design. It’s a Next.js app. Give me a clean UI that doesn’t ruin the photos.”&lt;/p&gt;

&lt;p&gt;It gave me a dark theme that actually looked good. Every time my mobile grids broke, I just fed the code back into the prompt to fix the flexbox alignment. Later, people asked for an app version. Since I don’t write native apps, I had the AI walk me through adding the manifest and service workers. Now it runs as a fast PWA.&lt;/p&gt;

&lt;p&gt;I’m honestly surprised by the result. Hundreds of people play Flickle every day now. The best part is they stick around for about 6 minutes a session, playing through the archive and timeline modes.&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%2F7j9ze0i7f3sqyvo5je7k.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%2F7j9ze0i7f3sqyvo5je7k.png" alt="Interactive Timeline Mode UI on Flickle featuring movie posters for chronological filmography sorting." width="800" height="639"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If you usually drop your side projects because making them look good is too painful, just let AI handle the styling. Write the logic, outsource the CSS.&lt;/p&gt;

&lt;p&gt;You can see how it turned out here: &lt;a href="https://www.flickle.co" rel="noopener noreferrer"&gt;Flickle&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>ai</category>
      <category>nextjs</category>
      <category>flickle</category>
    </item>
  </channel>
</rss>
