Bonus level
By now you know everything you need to know about the maquette API.
We still want to show you how maquette makes developing a larger web application straightforward. In this last exercise you must complete the remote control by adding support for the available CSS transforms.
You will notice we split the code into "components" for you. A component in maquette is simply an object which exposes a render function. The component files are integrated using window globals, but you could also be using requirejs or browserify.
Good luck finishing the last objectives.