Show HN: I'll build unstyled projects to focus on functionality
onemonthprojects.dev
Show HN: I'll build unstyled projects to focus on functionality
1–10 of 10 posts
Re: Show HN: I'll build unstyled projects to focus on functionality
#2All the best for your products.
Re: Show HN: I'll build unstyled projects to focus on functionality
#3Re: Show HN: I'll build unstyled projects to focus on functionality
#4Re: Show HN: I'll build unstyled projects to focus on functionality
#5My main issue is that if you want to build anything these days it kinda has to look at least decent. All depends on your customers and project, but generally expectations towards UI are high these days.
I'm trying something similar where I style my first prototype - but I'm only allowed to use black and white. Forces me to consider layout, but helps avoid the design rabbit-hole.
Re: Show HN: I'll build unstyled projects to focus on functionality
#6It's a good idea. My main issue is that if you want to build anything these days it kinda has to look at least decent. All depends on your customers and project, but generally expectations towards UI are high these days. I'm trying something similar where I style my first prototype - but I'm only allowed to use black and white. Forces me to consider layout, but helps avoid the design rabbit-hole.
Re: Show HN: I'll build unstyled projects to focus on functionality
#7Buddy I got you, I spent last two days figuring out the colour scheme of my product and still couldn’t figure out the best one. I think I should also go with your approach!! All the best for your products.
Re: Show HN: I'll build unstyled projects to focus on functionality
#8Its a cool idea, would love to see more of your projects.
Re: Show HN: I'll build unstyled projects to focus on functionality
#9I assure you you’ll be more productive. I did something similar a couple months back. I have a long running project which is very complex, and I would repeatedly catch myself wasting time on irrelevant design decisions whenever I was introducing new functionality. So my strategy now is to design with a limited and fixed palette (4 colors), 1 font (same size everywhere), and everything is rectangles with borders plus…
Re: Show HN: I'll build unstyled projects to focus on functionality
#10Doesn't Tailwind force you to use styling (utility classes)? Otherwise every element is reset to absolutely no style, so you can't even tell if an element is a button/link/etc.
Because of this, I use https://v2.picocss.com:
- Allows me to prototype with truly no styling (i.e. no CSS/style tags)...
- Yet get a clean default style that is mobile-friendly.
- Easy to add styling later. (Like add Tailwind, if you wish.)
Example sites:
- https://multi-launch.leftium.com (html source: https://github.com/Leftium/multi-launch/blob/a1ff6a69c224f86...)
- https://tt.leftium.com (html source: https://github.com/Leftium/transform/blob/076d9145f9729b959c...)
- https://gg.leftium.com/r/md (html source: https://github.com/Leftium/cloud9dancehall.com/blob/5816aace...)