by Narzerus on 6/7/17, 1:47 AM with 8 comments
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
by gls2ro on 6/7/17, 2:53 AM
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.
by ninjaofawesome on 6/7/17, 1:24 PM
That being said, the little things that you can do make a huge difference between a site that looks like its made with bootstrap vs a site that has a bit more going on under the design hood. Pay a bit of attention to your fonts and line heights, add in -webkit-font-smoothing, and lock down your colors before you start (e.g. black, white, brand colors, grays, etc.) Consistency will make your life so much easier to get that UI looking amazing, and it takes about 15 minutes or less to write down some variables (assuming you're using a CSS preprocessor). Also, optimize your assets (images, etc) and make sure you have fallbacks if something doesn't load fast.
Lastly, make sure you know what you (roughly) want your app to look like on mobile, tablet and desktop before just diving in to Bootstrap- even just roughly sketching out boxes on paper helps me sometimes with that. I like to use the Chrome emulator for a rough idea of any device as I work on phone, tablet and desktop in either orientation as well.
All in all, what I've described you can easily implement in a a few hours to a few days (depending on the complexity of your site) and makes a huge difference. Once you're making millions, you can hire a great designer to push your site to the next level!
by alaskamiller on 6/7/17, 9:14 AM
by JeffreyKaine on 6/8/17, 8:33 PM
by dyeje on 6/7/17, 2:19 PM
by tbird007 on 6/9/17, 8:32 AM