Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
playground:ui-design [2025/01/25 14:42] – created antmonss | playground:ui-design [2025/01/26 16:56] (current) – wgp | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ======UI design | + | < |
+ | < | ||
+ | function fetch_request(url, | ||
+ | // fetching the pad | ||
+ | fetch(`${url}`, | ||
+ | ' | ||
+ | ' | ||
+ | }) | ||
+ | .then(response | ||
+ | .then(css | ||
+ | } | ||
+ | function inject_css(css){ | ||
+ | console.log(' | ||
+ | let el = document.createElement(' | ||
+ | el.id = " | ||
+ | el.innerText | ||
+ | document.head.appendChild(el); | ||
+ | }; | ||
+ | fetch_request("/ | ||
+ | </ | ||
+ | </ | ||
- | Interface design is hard. Having endless design possibilities sounds great in theory, but in practice, it can be frustrating and time consuming. With so many options to choose from regarding layout, spacing, typography, and colour, making design decisions can be overwhelming. When you add usability, accessibility, | ||
- | ==== Luckily, | + | ======UI design doesn’t have to be so hard UwU====== |
- | Over the years, I’ve realised that most of my UI design decisions are governed by a system of logical rules. Not artistic flair or magical intuition, just simple rules. Sure, artistic talent helps, but a lot of what makes up an intuitive, accessible, and beautiful interface design can be learned. Having a system of logical rules helps you efficiently make informed design decisions. Without a logical system, you’re just using gut feeling to move stuff around until it looks pretty. | + | Interface design is hard. Having endless design possibilities sounds great in theory, but in practice, it can be frustrating and time consuming. With so many options to choose from regarding layout, spacing, typography, and colour, making design decisions can be overwhelming. When you add usability, accessibility, |
+ | |||
+ | Luckily, UI design doesn’t have to be so hard. Over the years, I’ve realised that most of my UI design decisions are governed by a system of logical rules. Not artistic flair or magical intuition, just simple rules. | ||
- | I love rules and logic, but design decisions are rarely black and white. Rather than strict | + | Sure, artistic talent helps, but a lot of what makes up an intuitive, accessible, |
- | I wish I knew these guidelines when I first started out. They' | + | I love rules and logic, but design decisions are rarely black and white. Rather than strict rules that you must follow, think of the advice |