This is an idea for a Twitter clone for programmers, similar to how Dribbble is twitter for designers. It'll most likely not feature any images other than people's avatars, and no videos, or audio. Just text. 'Cause we're coders.
You can not select more than 25 topicsTopics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
<h1class="pb-10!">Copying Popular Websites to Learn Tailwind</h1>
<p>I've advocated for years that copying other websites is the best way to learn web design. Copying is a <b>very</b> common and established way to learn almost any creative discipline including (but not limited to): Painting, Drawing, Writing, Music, Wood Working, Lutherie, Design, and Programming. To demonstrate this I've been doing copies of websites to learn <aclass="text-gray-950 bg-gray-300"href="https://tailwindcss.com/">Tailwind</a>.
<p>You can view this code at <aclass="text-gray-950 bg-gray-300"href="https://lcthw.dev/go/zedshaw-games">my git repository</a>. The copies can be found in <aclass="text-gray-950 bg-gray-300"href="https://lcthw.dev/go/zedshaw-games/src/branch/main/pages/copy">pages/copy</a> and the tool I use to generate the pages is one I wrote called <aclass="text-gray-950 bg-gray-300"href="https://lcthw.dev/go/ssgod">ssgod</a>.