###### tags: `tests` # react/react native - test assignment v2.0 ## Design task ### Design a simple UI screen with buttons and grid-like layout to display/adjust some options - design: https://xd.adobe.com/view/cec9bcd8-cc21-4b82-45af-c034e2f180c7-b8f8/screen/0df4ebee-eefd-4d38-ac39-aebd1dfadacb/ - All values are static. - No functionality is required, just design - The navigation bar is not required ### Definition of done : 1. The app should have just one screen from the xd design 2. App won’t have navigation 3. The app should look and work the same way on all platforms(in a browser, on IOS and android device). 'React Native for Web' should be used for the browser version. 4. use flex for layout 5. **use best react/dev/design practices** 6. Make the design responsive for different screens - elaborate and explain your reasoning: which components/visuals you decided to make responsive and which you didnt and why. - **specifically describe how you are handling fonts responsiveness** ### Notice : - you’re free to use any ReactNative design framework - you’re free to use any boilerplate including RN forWeb (like https://www.npmjs.com/package/create-react-native-web-app)