A simple React web application where you can input your json and the result is a downloadable or printable pdf.
The JSON to PDF magic can be found in src/components/JSONPDF
The heavy lifting is done by react-pdf a great project by diegomura and a lovely JSON editor from AndrewRedican called react-json-editor-ajrm
Because It's a wonderful way to set up a Static React page, and even though the whole front page is client side, I really wanted to have an /about/ page.