Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 783 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 783 Bytes

JSON to CV

A simple React web application where you can input your json and the result is a downloadable or printable pdf.

JSON to CV web.

📝 JSON to 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

🧐 Why Gatsby?

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.