<?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: Alan Teixidó</title>
    <description>The latest articles on DEV Community by Alan Teixidó (@alan_teixid_93b3e6ae3d48).</description>
    <link>https://dev.to/alan_teixid_93b3e6ae3d48</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%2F3831445%2F6bce1d5f-1926-4a65-bc75-9a4a282ede45.jpg</url>
      <title>DEV Community: Alan Teixidó</title>
      <link>https://dev.to/alan_teixid_93b3e6ae3d48</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/alan_teixid_93b3e6ae3d48"/>
    <language>en</language>
    <item>
      <title>I built a full Pokédex with Next.js and TypeScript</title>
      <dc:creator>Alan Teixidó</dc:creator>
      <pubDate>Wed, 18 Mar 2026 12:39:29 +0000</pubDate>
      <link>https://dev.to/alan_teixid_93b3e6ae3d48/i-built-a-full-pokedex-with-nextjs-and-typescript-387b</link>
      <guid>https://dev.to/alan_teixid_93b3e6ae3d48/i-built-a-full-pokedex-with-nextjs-and-typescript-387b</guid>
      <description>&lt;p&gt;I recently built a full-featured Pokédex app as a portfolio project using Next.js 14 and TypeScript.&lt;/p&gt;

&lt;h2&gt;
  
  
  What it includes
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Search across all 1025 Pokémon in real time&lt;/li&gt;
&lt;li&gt;Filter by type (18 types) and generation (Gen I–IX)&lt;/li&gt;
&lt;li&gt;Full detail pages with stats, abilities, evolution chains and type matchups&lt;/li&gt;
&lt;li&gt;Shiny toggle to see the shiny version of each Pokémon&lt;/li&gt;
&lt;li&gt;Side-by-side comparison page with a radar chart&lt;/li&gt;
&lt;li&gt;Favorites system saved to localStorage&lt;/li&gt;
&lt;li&gt;Light/Dark mode&lt;/li&gt;
&lt;li&gt;PWA support — installable on mobile&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Tech stack
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Next.js 14 App Router&lt;/li&gt;
&lt;li&gt;TypeScript (strict mode)&lt;/li&gt;
&lt;li&gt;Tailwind CSS&lt;/li&gt;
&lt;li&gt;SWR for data fetching&lt;/li&gt;
&lt;li&gt;Framer Motion for animations&lt;/li&gt;
&lt;li&gt;PokéAPI (free, no API key needed)&lt;/li&gt;
&lt;li&gt;Deployed on Vercel&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Live
&lt;/h2&gt;

&lt;p&gt;👉 &lt;a href="https://pokedex.alanteixido.dev" rel="noopener noreferrer"&gt;pokedex.alanteixido.dev&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Built by &lt;a href="https://alanteixido.dev" rel="noopener noreferrer"&gt;Alan Teixidó&lt;/a&gt; — Software Engineer based in Barcelona.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>programming</category>
      <category>nextjs</category>
    </item>
  </channel>
</rss>
