DEV Community

Discussion on: Do you Prototype before coding?

Collapse
 
tqbit profile image
tq-bit

I started to use Obsidian and its Excalidraw plugin to write specifications and UI ideas. Then, I start building a basic idea with Tailwind + Vue. More often than not, I copy/paste a lot of stuff right into the page-level of the app. When the customer (or I) like what I see, I refactor everything into components.

Collapse
 
efraimjer profile image
Efraim Jerszurki

Nice, I've heard about Obsidian before but i wasn't aware of this feature, I will dig into this later, Thank You