Tags | web design |
Web design is a Web development process that focuses on the look and feel of the website, factors like
are all considered and organized to create a website or web application that looks good and is easy to use.
Layout and responsiveness are connected so while learning how to make your site responsive you will learn different layouts to achieve responsiveness.
A responsive website changes shape / or layout to accommodate different devices. Since cell phones are so powerful these days it is usually considered best practice to design your site in a “mobile-first” way. This means that you should first make sure that your site works well on a phone, then you make sure it works well on larger devices.
This is generally achieved through the use of CSS-Grid. https://www.freecodecamp.org/news/intro-to-css-grid-layout/
A lot of people have disabilities. When you design a website, you should try to keep that in mind.
Here’s a great introduction to web accessibility.
Colour and consistency are important in web applications and sites. Read this article to get a better idea and understanding of this.
The main difference between good and bad websites is determined by visual appeal (how good it looks to the user) and consistency. A good website shows a clear structure, easy-to-use navigation, and non-distracting design, while a bad website makes you feel confused or even annoyed.
Please remember user interfaces are for users. Think about your users and how they will interact with your work.
Click Here to read up on this Design Principle that will help you design better user interfaces.
KISS. Here is a hilarious example of the opposite of KISS.
Before developing your site it is normally a good idea to have a clue of what it should look like, this can save you time and have you working towards a better design. You can create your wireframes and prototypes using different software. A great open-source tool to try out is Figma.
Not using Linux or don’t want to download Figma on your machine? No problem, you can use Figma on your browser to get up and running on your next prototype or simple wireframe- Click here
Found this topic on Web Design interesting? Feel free to check out the material below.