Shopify interview question

Build an email sign up form HTML/CSS/JS following a given spec. Include validation, proper colors, etc. make it look as close to the 'mock-up' as possible

Interview Answer

Anonymous

14 Mar 2019

Using React I built an application component to house state and pass down to all children, CSS with flex-box is very easy to do the alignment they were looking for and validation can be handled with html5 input with type='email'.