Description:
The app will only be available in portrait mode on smartphone devices. Thus we don't have consider responsiveness much. But smartphones vary quite much in their pixel density resulting in huge differences when using hardcoded pixel sizes for fonts and sizes.
Thus it is encouraged to use flexbox or percentage values when possible and use some unit scale helper when pixel units are required (e.g. for font sizes or sometimes for images).
Acceptance criteria:
[ ] Add Helper for scaling units
[ ] Add description to the README which explains the unit scale helper and build in tools to work with screen sizes and pixel densities, encourages to use flex and percentages and shows examples of devices with different pixel densities
Description: The app will only be available in portrait mode on smartphone devices. Thus we don't have consider responsiveness much. But smartphones vary quite much in their pixel density resulting in huge differences when using hardcoded pixel sizes for fonts and sizes. Thus it is encouraged to use flexbox or percentage values when possible and use some unit scale helper when pixel units are required (e.g. for font sizes or sometimes for images).
Acceptance criteria: