Skip to content

App design analysis

Dmitry Usik edited this page Apr 3, 2022 · 2 revisions

🤔 Intro

Before the project is started it does make sense to analyze the whole design in order to find global components, colors, and other design-related things.

Reccomendations

  • Throughout analyzing, try to find all the colors in the design and connect them with the theme structure. Your application shouldn't have any unexpected or unregistered colors since it'll be more difficult to extend the app's theme or add a new one.
  • The same is for the components, try to find the global elements which will be used throughout the app.
  • Regarding sizes, try to generalize as many sizes as you can. It's not possible to develop super universal components, but we should strive for this.
Clone this wiki locally