General tasks to do - BlickLabs/generator-frontend-blick GitHub Wiki
General tasks to do
There are some elements that have to be done in almost all projects, and it's important to know them so that you can verify that you have all the necessary information and assets, and that everything is working well.
- All hyperlinks have to point to somewhere. This includes social media icons. Make sure that you know the exact destination page.
- All buttons have to perform some action. Make sure that you know the exact action, and how it has to be done (i.e. if it needs a particular animation)
- All forms work correctly (validations, loaders and destination urls)
- The favicon is set
- You used the correct measures for fonts, images, covers, containers, etc.
- The design looks well in all resolutions. This includes cover/images sizes, font sizes and the distribution of elements
Here are common questions and assets that you may ask the team for:
- What are the social media links of the client?
- What is the email the forms have to be sent to?
- What is the favicon image(s)?
- All font files
- Is there any parallax background? If so, which ones? (Also ask for images in bigger resolutions, as the parallax effect usually produces some zoom that affects how the image is displayed)
- Are animations needed for any element/section?
- It is really necessary to support IE8? (This can affect some development solutions)
- What should be the behavior of links and buttons on hover?