-
Data Entry
Starting from the designer's visuals, I have developed an entire set of custom controls: text inputs, selectors, toggles, wysiwyg editors, file uploaders, etc. The complexity lies in the double layout (only vertical on mobile, double-columns on tablet/desktop) combined with horizontal lines separating each "row/cell" of the form. Using advanced CSS selectors I was able to avoid using Javascript for this scope, and rely only on CSS properties and styles.