Workshops to learn how to draw to communicate. And structure your ideas. Not art, but communication. Everyone can. Doesn't need to be pretty. Communicate better within teams and stakeholders.
How far I've gotten with the Draw at work workshop.
For each workshop session, explain quickly what you'll learn and why it's needed.
To make drawing easier without thinking too much, use a visual alphabet to simplify the process. We will use Dave Gray's visual alphabet.
How to simplify and when to add details.
We create software to help people. For this we often need to explain interactions between people or people and machines.
Drawing battles. Get better at telling stories that communicate well through drawing and design critique.
React app can be found in the /react
folder.
To preview and hot-reload when developing:
cd ./react
npm run dev
To build static html to be published to github.io-page:
cd ./react
npm run build
cd ./react
npm run deploy