• Stars
    star
    4,727
  • Rank 8,493 (Top 0.2 %)
  • Language
  • License
    Creative Commons ...
  • Created about 6 years ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

๐Ÿ’Ž The Design Checklist for Creative Web Designers and Patient Front-End Developers

Front-End Design Checklist

Front-End Design Checklist

The Design Checklist for Front-End Developers is an exhaustive list of elements which can help developers to analyse and understand web designs and ensure the quality of their Front-End development.

PRs Welcome Join the chat at https://gitter.im/Front-End-Checklist/Front-End-Design-Checklist CC0

Table of Contents


The Design Checklist for Front-End Developers is an exhaustive list of elements which Web Designers and Front-End Developers need to take into consideration to facilitate their collaboration. The following elements are a mix between known practices and new elements based on a long experience analysing web designs.

In case you are looking for a list of all elements you need to have/to test before launching your site/HTML page to production, take a look on the โ†’ Front-End Checklist.

How to use the Design Checklist?

When comes the moment where developers discover new web designs, before converting them to code, some important elements may be missing. The Front-End Design Checklist is a tool for Front-End developers and Web Designers which aim to help both to work in a seamlessly way.

You can share that checklist to Web Designers to ensure time will be saved at the delivery time or you can use it to review all elements delivered by the creative team and ensure everything is correct before digging into the code integration.

Why you need to use the Design Checklist?

  • Ensure all points are taken into consideration by the Creative Team
  • Having a document where Web Designers and Developers can rely to ensure a better communication and coherence in the way they interact.
  • Because it's easy to forget some important elements when you are pushed by short timelines
  • Avoid discovering issues after the creative team is already working on another project.
  • To show the complementary work between a Web Designer and a Front-End Developer

1. - Design requirements

Designing a website or a webapp requires following some rules and taking into consideration that the project is not only a graphic project but a web project too. The next sections are crucial for any web project.

1.1 - Grid system

Grid system

  • A grid is explicitly provided in the design, and the details of the grid are present in the technical specification (width, gutters, number of columnsโ€ฆ). The Web Designer can keep the grid in a transparent layer and use it on all his project.

    โ„น๏ธ Guide Guide is a plugin for Photoshop that can help you easily build your grid.

    โ„น๏ธ On Sketch, you can use the integrated โ€œMake Grid Toolโ€ to design your desired grid.

  • Be familiar with the grid system youโ€™ll use on your project. Most of the time, some options (like alignment, offsetting, nestingโ€ฆ) are ignored by the developer and tend to be replaced by manual padding or margin unnecessarily.

  • Before working on each components of your website, you can build every templates used in the creatives only with the grid classes. Building the structure before everything else, will facilitate your work afterwards.

<div class="container">
  <div class="row">
    <div class="col-sm">
      <!-- Let empty at first -->
    </div>
    <div class="col-sm">
      <!-- Let empty at first -->
    </div>
    <div class="col-sm">
      <!-- Let empty at first -->
    </div>
  </div>
</div>

โš ๏ธ If you want to ensure that the grid and the width of the devices are respected, you may want to generate yourself a PSD template and that you will send it to the Web Designer.

Additional Resources:

โฌ† back to top

1.2 - Colors

Colors

  • All colors used in the creatives are named ($gray-light, $gray-dark, $green) or accordingly with their use ($body-background, $body-copy, $text-paragraphโ€ฆ). They can be exported in an ACO file (if use Photoshop or on a symbol page for Sketch) and shared with the developers.

Color Swatches

  • The different color state of some elements (like buttons, links, inputs...) are defined and worked in the context of a light or dark background and with a light or a dark text.

  • All or the most important/used colors are accessible in the design to allow a fluid navigation on the website/webapp.

Additional Resources:

โฌ† back to top

1.3 - Fonts and texts

Fonts

Fonts are an essential part of every design, they shouldnโ€™t be chosen without discernment. Choosing the wrong font for a project could have financial and legal impacts.

It is recommended to ask your client to buy these fonts to avoid possible future issues and take into consideration the condition of use. Some webfonts are limited in terms of pageviews and canโ€™t be hosted (Understanding Webfont Licensing Structures).

  • The fonts for desktop (TTF or OTF in general) and the webfonts, in WOFF, WOFF2 and TTF format were provided (in a Zip file or given access to the website where they were bought).

    โ„น๏ธ TTF format for desktop is not the same than TTF for Web.

    Resources:

  • Fallback font stacks were specified in a document (ideally the Style Guide) to the Front-End Developer.

    Resources:

  • The total weight of the all webfonts donโ€™t exceed 1-2 Mb (all variants included: italic, bold etc).

  • As far as possible, all texts are provided in the proper language instead of dummy texts in English (Lorem Ipsum and affiliates).

    โ„น๏ธ In case of a multilingual website, always ask yourself how the design can react if the text is longer than it was previously define. Remember that Web Designers use to create perfect designs and donโ€™t always think about possible issues or situation with too much text.

Additional Resources:

โฌ† back to top

1.4 - Links and navigation

Links and navigation

  • All links have a default, hover, focus, active and visited state clearly defined (the Style Guide is the best document to specified these).
  • Alternate views of all navigation states (hover, active/current page).

1.5 - Images / Icons

Images

  • A favicon image with at least 512px X 512px is provided in PNG format. The generation of all the others Favicons can be easily done with online tools.

    Resources:

  • All icons are provided in SVG format, each in the same square dimension, in black and in a separated folder.

    Resources:

  • The name of each icon starts with icon- and is entirely in lowercase (without any space and using dashes to separate each word).

Additional Resources:

โฌ† back to top

1.6 Forms and buttons

Forms

  • All forms possess a title that can be used as a legend
  • An example of the different states of all input fields were provided (at least focus and inactive/disabled state).
  • All error messages were provided, the text (eventually in a separated document) the position and the color are clearly identifiable in the creatives and consistent. Some messages should be different according to the error. Resources:
  • Indicators of required/optional fields are provided.
  • The primary and secondary buttons are clearly identifiable and are used following common practices. Resources:
  • An example of the different states of a button were provided (Normal, hover, focused, pressed and inactive state).
  • Buttons with built-in loading indicators are provided and can be applied to any button.

Additional Resources:

โฌ† back to top

1.7 - Responsive Web Design

Responsive

  • The mobile version of the design is provided before or at the same time of the desktop version.

    If the โ€œmobile firstโ€ thinking was not followed by the creative team, some irregularities and inconsistencies may appear between the mobile and the desktop version. Check and flag these issues before starting the development of the project.

  • The tablet version of the design in certain cases should be provide too.

โš ๏ธ The pixel perfect notion is today in a certain way deprecated. Today, itโ€™s impossible to have a design that worked the same facing the multitude of the screen sizes.

Additional Resources:

โฌ† back to top

1.8 - Style Guide and component approach

Styleguide

  • All components designed on each page were created with the component based approach (Atomic Design). If not, issues can occur in terms of performance, maintainability of the project...

    Resources:

  • A Style Guide needs to be provided listing all elements, components, styles, dimensions. Some boilerplates like UX Power Tools can help saving time and keep consistency in the designs.

โš ๏ธ In the case where the Style Guide is missing, it's a good practice to build yourself a living Style Guide to facilitate your work. Some CMS like Drupal, for example, have plugins that allow to develop a living Style Guide using Pattern Lab.

Additional Resources:

In the case of an existing project:

Sometimes, the creative team needs to add new pages or modules in an existing project. They should have or create a list of all existing elements and try to use what is already there. Having a Style Guide already created can save hours and ensure consistency of the project.

โฌ† back to top

1.9 - Delivery files

Delivery files

  • For all websites, the web designer needs to provide at least 2 PSD (mobile, desktop and eventually tablet) or at least 1 Sketch file which needs to be delivered with the dimension below (if you have Photoshop CC 2015 and above, I recommend using artboards).

    โ„น๏ธ Some web designers could eventually create multiple PSD corresponding to each components used and import them in a single PSD as โ€œsmart layerโ€. In that case, youโ€™ll have multiple PSD linked to one or two files. In the case of Sketch, since the libraries exist since version 47, it is possible to link multiples files with symbols โ€ฆโ€ฆ..

  • The creative files are cleaned before delivering to developers (empty and unnecessary layer needs to be removed to avoid large files).

  • The 404 error (and eventually the page 500 error) page were designed.

  • All popins, popups and alert boxes were designed and can be enable throw layers of compositions.

Additional Resources:

Specific rules for PSD file:

  • Layer compositions are used to show each different pages, if multiple views are provided within the same PSD. Itโ€™s an easy way to avoid confusions and check that all elements are correctly organized.

โฌ† back to top

2. - Analysis and pre-work phases

Analysis and phases

Before starting the analysis and the pre-work phases and after receiving the creative files, you need to check some important elements:

  • Which version of Photoshop, Sketch is used? Some features are specific to some versions of Photoshop or Sketch. It is important to flag any issue regarding this as soon as possible.
  • Is the width of each PSD or artboard correct? In case some space is added on each side of the design, check the exact width of the website.
  • Are the creatives using too much โ€œbox-shadowโ€, โ€œlinear or radial gradientโ€โ€ฆ? Donโ€™t forget the .... Effect which can have impacts on the browser painting performance.
  • Is a sitemap / breadcrumb provided to understand the architecture of all pages and their dependencies?
  • Does the website needs to have retina images?

โฌ† back to top

2.1 - Paper analysis

Paper Analysis

It is recommended printing some (or all) of the pages you have on an A3 format (or A4 if you donโ€™t have this format). Because of the height of the page. youโ€™ll probably need to print some designs on multiple pages.

I canโ€™t imagine a better way to start than analysing creatives on a paper with a pencil (or different colourful pencils chosen to highlight different type of information).

  1. Define the structure of the pages, the headers, the sections, the articles, main, footer outlining these on at least one printed page.

  2. Find all the headings that structured a page, ensure the H1 is not on the logo and that the logical order is followed. Most of the time, the H1 for the homepage will be hidden with CSS but needs to keep its legitimate meaning. That analysis should be done with the help of a SEO specialist in case you have one in your team.

  3. Try to find and regroup similar components giving them an individual name regarding their functionality and not just their context. For example, naming a tab system โ€œ

  4. Most of the creative elements can be done using CSS. Today, it is not recommended to create any layout element using images. Any simple graphical element like buttons or borders should be done in CSS to avoid performance or scalability issues.

  5. Find some possible lack of coherence, in case a Styleguide was not provided by the creative team, itโ€™s your responsibility to ensure that every graphic element belong to a possible category (Buttons, Typography, Slidersโ€ฆ). Itโ€™ll help you to create your own CSS / Sass architecture or to identify which component youโ€™ll need from an identified CSS Framework.

โš ๏ธ After the paper analysis phase, you can invite the creative team to use a tool like InVision, to facilitate the communication and exchange between the creative team and the developers. The possibility to comment directly on pages can be a time-saver and allow to keep a history of modifications and decisions.

2.2 - Pre-development phase

  • According to the specifications, plugins needed were defined in an early stage. Having a pre-list of possible plugins before starting the development can help the developer to stay focus and not spend too much time in doing research during the development phase. Obviously, some plugins may not perfectly fit and will be changed accordingly.

Additional Resources:

โฌ† back to top

3. - Validation

The validation phase is when everything seems to be ready to be integrated. The client, in general, validate the creatives without waiting for any approval from the technical team. As exposed in the Design Checklist, it is essential that developers ensure the quality of the delivery before starting to code.

4. - Development phase

  • All medias can be cut and saved before starting the development phase. That can help you to avoid back and forth between your creative software and your code editor.

  • The image folder has a clear architecture where you arranged the layout's images. It is important to stay consistent between projects in general. Defining a structure for that folder and a naming convention can be helpful.

    You can find an example of a possible structure with prefixes used to recognise each image appurtenance.

.
โ””โ”€โ”€ images
    โ”œโ”€โ”€ background
    โ”œโ”€โ”€ banners
    โ”œโ”€โ”€ icons
    โ””โ”€โ”€ layout
  • A naming convention is used like adding prefixes to differentiate types of images, all images used for background can be prefixed by bg-, icons by icon-, hero banners by hero- or banner- and so on.

5. - Before production

Before launching your website, be sure to review all your pages using the Front-End Checklist!

โฌ† back to top


Translations

The Front-End Checklist is also available in other languages. Thanks for all translators and their awesome work!

Support

If you have any question or suggestion, don't hesitate to use Gitter or Twitter:

Author

David Dias

Contributors

This project exists thanks to all the people who contribute!

License

CC0

All icons are provided by Icons8

โฌ† back to top

More Repositories

1

Front-End-Checklist

๐Ÿ—‚ The perfect Front-End Checklist for modern websites and meticulous developers
67,161
star
2

Front-End-Performance-Checklist

๐ŸŽฎ The only Front-End Performance Checklist that runs faster than the others
15,656
star
3

Resources-Front-End-Beginner

๐Ÿ’ฏ The most essential list of resources for Front-End beginners (๐Ÿ‡บ๐Ÿ‡ธ ๐Ÿ‡ฌ๐Ÿ‡ง ๐Ÿ‡จ๐Ÿ‡ฆ & ๐Ÿ‡ซ๐Ÿ‡ท)
3,767
star
4

Mac-OS-Setup-Applications

๐Ÿ‘พ All I need to setup a new Mac and the applications I use everyday as a Web Developper
132
star
5

awesome-htmlhint

๐Ÿ–– A list of awesome HTMLHint plugins, configs, etc.
21
star
6

Basic-Project-Template

๐Ÿฆ„ A living template for all my open-source projects
JavaScript
14
star
7

gatsby-source-notion-article

A Gatsby source plugin for importing articles made in Notion into your Gatsby application using Notion API.
TypeScript
13
star
8

gulp-json-concat

โšก๏ธ Combine several JSON files into one with Gulp
JavaScript
10
star
9

tabs-mania

๐Ÿ—‚ Move, reorder, cleanup and easily manage your tabs in an easily customizable Chrome extension.
TypeScript
10
star
10

publish-release-info-action

Sends release information to Slack keeping your team up-to-date with the latest releases
TypeScript
9
star
11

Badass-List-of-jQuery-Plugins

๐Ÿ’ฏ A badass list of very useful and handy jQuery plugins to use on your project!
9
star
12

thedaviddias

๐Ÿญ This is my custom Github Readme
7
star
13

erreur-200

๐ŸŽ™๏ธ Source code of the website for the "Erreur 200" podcast
TypeScript
6
star
14

dotfiles

My dotfiles (actually reworking on it)
Shell
6
star
15

next-netlify-github-actions-starter

A starter project for Next.js, Netlify and Github Actions
JavaScript
5
star
16

gatsby-source-notion-article-sample

Sample using Gatsby Source Notion Article plugin
JavaScript
5
star
17

boilerplates

Template collection with configuration files for tools I use and projects I work on.
4
star
18

nextjs-typescript-starter

Base template for my Next.js projects
JavaScript
3
star
19

cheat-sheets

๐Ÿ—„๏ธ Personal cheat-sheet where I document all the commands and shortcuts used in various projects.
3
star
20

basic-template-starter

A basic starter project for any node project
JavaScript
3
star
21

tourbox-presets

All my TourBox Presets for Mac
2
star
22

my-code-is-art-bot

A Twitter Bot that retweets tweets with #MyCodeIsArt
JavaScript
2
star
23

eslint-config-thedaviddias

๐Ÿ”ฉ ESLint configuration for my personal projects
JavaScript
2
star
24

gulp-check-gems

Check the presence of a RubyGem in your system and execute a task if found
JavaScript
2
star
25

github-workflows-playground

A playground for me to test Github workflows
2
star
26

toolbelt

๐Ÿงฐ My toolbelt of packages I regularly use for my projects
JavaScript
2
star
27

thedaviddias.dev

๐Ÿ‘จโ€๐Ÿ’ป Source code of my personal blog
TypeScript
1
star
28

turbo-docker-npm-issue

Dockerfile
1
star
29

portfoliodraft.1

CSS
1
star
30

toolkit

๐Ÿงฐ Toolkit with my custom configurations, scripts and utilities
JavaScript
1
star
31

front-end-coders-polywork

Content related to the "Front-End Coders" community on Polywork
1
star
32

privacy-policy

Privacy policies for my personal projects
1
star
33

ui-patterns-dev

[WIP] UI Patterns for Developers
TypeScript
1
star