Digitas Interview Question

How to build and style a simple carousel in JavaScript to match s a JPEG design file.

Interview Answer

Anonymous

Aug 1, 2015

Laid out the markup I'd use, wrote JavaScript event handlers to the carousel arrows and used CSS3 animation to switch between slides. Added most of the styles to match the design, but was running out of time at this point so used pseudo-code for the remaining tasks, just to prove my approach.