// the find
adamwathan/workcation
A demo project Adam Wathan built while creating the Tailwind CSS video course. It's an Airbnb-style property listing UI — a teaching artifact, not a reusable library or production starter.
Shows real-world Tailwind composition patterns (cards, headers, dropdowns, filters) in a single coherent design rather than isolated examples. Vue SFC structure is clean and simple enough to actually learn from. The live preview and YouTube series mean you can watch the exact decisions being made as the code was written.
Last touched December 2022 — uses Tailwind v2 patterns and Vue CLI, both of which have since been superseded by Tailwind v3+ and Vite. No routing, no state management, no data layer; it's closer to a static mockup than an app. Stars are inflated by course traffic, not community adoption. Zero test coverage, and HelloWorld.vue was never deleted from the components folder.