<?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: stripboard stripboard</title>
    <description>The latest articles on DEV Community by stripboard stripboard (@stripboard_stripboard_0b9).</description>
    <link>https://dev.to/stripboard_stripboard_0b9</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4075674%2F519b697a-2cc9-43bf-b27f-165ef88c6ea4.png</url>
      <title>DEV Community: stripboard stripboard</title>
      <link>https://dev.to/stripboard_stripboard_0b9</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/stripboard_stripboard_0b9"/>
    <language>en</language>
    <item>
      <title>I Built a Task Board in Vanilla JS — Here's What I Learned</title>
      <dc:creator>stripboard stripboard</dc:creator>
      <pubDate>Thu, 13 Aug 2026 06:15:12 +0000</pubDate>
      <link>https://dev.to/stripboard_stripboard_0b9/i-built-a-task-board-in-vanilla-js-heres-what-i-learned-5935</link>
      <guid>https://dev.to/stripboard_stripboard_0b9/i-built-a-task-board-in-vanilla-js-heres-what-i-learned-5935</guid>
      <description>&lt;p&gt;I built StripBoard (&lt;a href="https://stripboard.org" rel="noopener noreferrer"&gt;https://stripboard.org&lt;/a&gt;) — a keyboard-first task organizer.&lt;/p&gt;

&lt;p&gt;Technical decisions:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Vanilla JS over frameworks (it's one HTML file)&lt;/li&gt;
&lt;li&gt;CSS custom properties for the theme engine&lt;/li&gt;
&lt;li&gt;localStorage for persistence&lt;/li&gt;
&lt;li&gt;HTML5 drag &amp;amp; drop API&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;What I learned:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Undo/redo is surprisingly simple with JSON snapshots&lt;/li&gt;
&lt;li&gt;CSS custom properties make theming trivial&lt;/li&gt;
&lt;li&gt;Users love keyboard shortcuts more than you'd think&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The whole thing is ~130KB and loads instantly.&lt;/p&gt;

&lt;p&gt;What would you have done differently?&lt;/p&gt;

</description>
      <category>productivity</category>
      <category>tutorial</category>
      <category>beginners</category>
      <category>opensource</category>
    </item>
  </channel>
</rss>
