|
|
|
Ask HN: Building an MVP without a designer in 2017?
|
|
19 points
by Narzerus
3300 days ago
|
|
For a developer building an MVP, what tools do you recommend to use for a project, without a designer?
- App is not a throw-away project, can be incremented into a professional, beautiful app
- No designer available as stated above
- A designer WILL be hired in the future The only options I can think of:
- Bootstrap / Semantic-ui (Can these be customized and used for years ahead or do they require extirpation)
- Copy other designs and pray your code won't be to hard to turn into a great design in the future |
|
They allow you to do some UI mocks/basic design with very little effort.
You can find and import in them Boostrap templates providing you with all the elements you need. Then the next step I suggest to do is to pick the basic colors you want to use for normal text, action buttons ... This way you will make sure that in your app you will use only those colors providing a consistent color scheme.
And then you can start to design your interface. Both apps provide simple tools to use and with very little learning curve for doing simple design.
For me (even if I am not a designer) doing this helps me focus on understanding how the elements that I want to build integrate with each other on UI side. And also forces me to focus on using the same elements and the same colors.
For both apps you can also find a lot of free designs provided by various authors from which you can inspire.
You can also browse https://dribbble.com or https://www.behance.net to be inspired by designs that you like.