3
2 Comments

What's Your Idea-to-UI Design Process Like?

Mine has always been, sketch it in my notebook or balsamiq, then implement my sketch in HTML/css using a framework like Bootstrap or Bulma.

How do you do it?

on November 11, 2019
  1. 2

    I always think about what a user will want to do on each page (list the features), then I sketch a basic idea of what it might look like, then I code it.

    It helps to start with what the user wants from a page so that I know what features it needs to have. Sketching obviously allows very quick iterations on a few different designs and then coding is basically just implementing what I sketched.

    1. 1

      Yup, same for me. I'm curious about if others use tools like Sketch and Figma or jump directly into html/css.