JavaScript program to calculate printing press sheet impositions. Created to help visualize layouts.
Link to project: https://adamdotjs.github.io/imposition-calculator
Tech used: HTML, CSS, JavaScript
Used viewport units to ensure the entire page fit in view.
This required quite a lot of manipulation with CSS variables to produce accurate results and was a great learning experience on how to do that.