<?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: Mahmudul Ahsan</title>
    <description>The latest articles on DEV Community by Mahmudul Ahsan (@mahmudulahsan).</description>
    <link>https://dev.to/mahmudulahsan</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%2F3374172%2F838b3cfc-8041-463e-8a4f-cb2c083dcbfe.jpg</url>
      <title>DEV Community: Mahmudul Ahsan</title>
      <link>https://dev.to/mahmudulahsan</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/mahmudulahsan"/>
    <language>en</language>
    <item>
      <title>Building a Nostalgic Windows XP Portfolio with Next.js 16 &amp; Shadcn</title>
      <dc:creator>Mahmudul Ahsan</dc:creator>
      <pubDate>Sat, 06 Dec 2025 15:36:04 +0000</pubDate>
      <link>https://dev.to/mahmudulahsan/building-a-nostalgic-windows-xp-portfolio-with-nextjs-16-shadcn-3dcn</link>
      <guid>https://dev.to/mahmudulahsan/building-a-nostalgic-windows-xp-portfolio-with-nextjs-16-shadcn-3dcn</guid>
      <description>&lt;h2&gt;
  
  
  🖥️ Portfolio in Windows XP with Next.js 16
&lt;/h2&gt;

&lt;p&gt;Remember the good old days of Windows XP? The iconic blue taskbar, the satisfying "Start" button click, and of course, everyone's favorite assistant - Clippy? Well, I decided to bring that nostalgia back by building my entire portfolio as a Windows XP desktop experience!&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%2Fks8fvbq9vhqvfvyd77n3.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%2Fks8fvbq9vhqvfvyd77n3.png" alt=" " width="457" height="346"&gt;&lt;/a&gt;&lt;/p&gt;

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

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Authentic XP UI&lt;/strong&gt;: Pixel-perfect recreation of Windows XP interface&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Draggable Windows&lt;/strong&gt;: Fully functional window management system&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Clippy Assistant&lt;/strong&gt;: AI Assistant that answers questions about my skills and experience implemented using gemini-2.0-flash.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Multiple "Applications"&lt;/strong&gt;:

&lt;ul&gt;
&lt;li&gt;📁 My Projects - File explorer style project showcase&lt;/li&gt;
&lt;li&gt;💼 My Profile - Professional information viewer
&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%2F6a1edpilmc8axoi6ucku.png" alt=" " width="581" height="659"&gt;
&lt;/li&gt;
&lt;li&gt;🌐 Internet Explorer - Blog reader&lt;/li&gt;
&lt;li&gt;📝 Notepad - README viewer&lt;/li&gt;
&lt;li&gt;⚙️ System Properties - Fun system info&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;

&lt;li&gt;

&lt;strong&gt;Theme Switcher&lt;/strong&gt;: Classic Blue, Olive Green, and Silver themes&lt;/li&gt;

&lt;li&gt;

&lt;strong&gt;Fully Responsive&lt;/strong&gt;: Works on mobile and desktop&lt;/li&gt;

&lt;li&gt;

&lt;strong&gt;SEO Optimized&lt;/strong&gt;: Dynamic sitemaps, metadata, and Open Graph tags&lt;/li&gt;

&lt;/ul&gt;

&lt;h2&gt;
  
  
  🛠️ Tech Stack
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Framework&lt;/strong&gt;: Next.js 16&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Language&lt;/strong&gt;: TypeScript&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Styling&lt;/strong&gt;: Tailwind CSS v4&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;UI Components&lt;/strong&gt;: Shadcn UI (Radix UI)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Icons&lt;/strong&gt;: Lucide React&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Interactions&lt;/strong&gt;: react-draggable&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  🚀 Try It Yourself!
&lt;/h2&gt;

&lt;p&gt;The project is open source and fully customizable:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Clone the repo&lt;/strong&gt;:
&lt;/li&gt;
&lt;/ol&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;git clone https://github.com/yourusername/windows-xp-portfolio
&lt;span class="nb"&gt;cd &lt;/span&gt;windows-xp-portfolio
npm &lt;span class="nb"&gt;install&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;ol&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Update your data&lt;/strong&gt;:&lt;br&gt;
Edit files in &lt;code&gt;src/data/&lt;/code&gt; folder with your information&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Run locally&lt;/strong&gt;:&lt;br&gt;
&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;npm run dev
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Deploy&lt;/strong&gt;:
&lt;/li&gt;
&lt;/ol&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;npm run build
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  📚 Resources &amp;amp; Credits
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://antigravity.google/" rel="noopener noreferrer"&gt;Antigravity&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://nextjs.org/docs" rel="noopener noreferrer"&gt;Next.js Documentation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://tailwindcss.com" rel="noopener noreferrer"&gt;Tailwind CSS&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://ui.shadcn.com" rel="noopener noreferrer"&gt;Shadcn UI&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/react-grid-layout/react-draggable" rel="noopener noreferrer"&gt;react-draggable&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  🔗 Links
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;🌐 &lt;strong&gt;Live Demo&lt;/strong&gt;: &lt;a href="https://ahsan-xp.vercel.app/" rel="noopener noreferrer"&gt;https://ahsan-xp.vercel.app/&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;💻 &lt;strong&gt;GitHub Repo&lt;/strong&gt;: &lt;a href="https://github.com/mahmudulahsan/portfolio-2025" rel="noopener noreferrer"&gt;https://github.com/mahmudulahsan/portfolio-2025&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If you enjoyed this, feel free to contribute — PRs are always welcome!&lt;/p&gt;




&lt;h1&gt;
  
  
  NextJS #React #TypeScript #TailwindCSS #Portfolio #Windows
&lt;/h1&gt;

</description>
      <category>nextjs</category>
      <category>react</category>
      <category>webdev</category>
      <category>portfolio</category>
    </item>
  </channel>
</rss>
