codeburst

Bursts of code to power through your day. Web Development articles, tutorials, and news.

Follow publication

The Front-End Design Checklist

David Dias
codeburst
Published in
12 min readApr 24, 2018

--

Table of Contents

How to use the Design Checklist?

Why you need to use the Design Checklist?

1. — Design requirements

1.1 — Grid system

<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>

1.2 — Colors

1.3 — Fonts and texts

1.4 — Links and navigation

1.5 — Images / Icons

1.6 Forms and buttons

1.7 — Responsive Web Design

1.8 — Style Guide and component approach

In the case of an existing project:

1.9 — Delivery files

Specific rules for PSD file:

2. — Analysis and pre-work phases

2.1 — Paper analysis

2.2 — Pre-development phase

3. — Validation

4. — Development phase

.
└── images
├── background
├── banners
├── icons
└── layout

5. — Before production

Author

License

Thank you for reading!

Hit the clap 👏 button!

Free

Distraction-free reading. No ads.

Organize your knowledge with lists and highlights.

Tell your story. Find your audience.

Membership

Read member-only stories

Support writers you read most

Earn money for your writing

Listen to audio narrations

Read offline with the Medium app

--

--

Bursts of code to power through your day. Web Development articles, tutorials, and news.

Software Engineer with a passion for Front-End & UX / UI • Life hacker who ♥ coding, meditation and solving digital and human problems

Responses (1)

Write a response