My projects

Great Resume

Screenshot of greatresume.app

Web app for creating resumes. Everything happens on client's side, there are no servers. To ensure UI responsiveness, all heavy lifting is done in web workers. One web worker generates a pdf using react-pdf. The second one renders the pdf to canvas using pdf.js.

During export, resume's model is embeded in the pdf, making it possible to import it back to the app without any OCR, pretty cool.

See greatresume.app