Micro app to render your JSON resume

1/10/2021 • ☕️ 1 min read

Last time I’ve quickly made a React component to render JSON resume. Now I’ve extended the CV page to consume external resumes making the page to be a micro application. And now you can specify src query parameter to specify your resume. You can simply store your resume as Github Gist like mine one. For example src=c9dcfa1b37dec07fb2ee7f36d7278105 is an url to display Thomas Davis’s resume.

Next possible steps:

  • support more sections from JSON resume
  • make the page to be mobile friendly
  • make the page to be ready for printing

Enjoy! EOF 😄