Skip to content

mediaupstream/react-json-resume

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React JSON resume

A React app that generates a PDF from a JSON resume

How to use?

  1. Clone the project and install dependencies
yarn install
  1. Create a JSON resume following the schema from http://jsonresume.org

  2. Save your JSON resume to src/data/resume.json

  3. Now you can start the application

yarn start

This will open a webpage at http://localhost:3000 with your resume converted to PDF.

Example output

Example output looks something like the screenshot below

Example output

Todo

  • Document the changes I made to JSON schema such as being able to optionally show/hide work sections
  • Implement sections for the other parts of the schema, like references and education
  • Make a global theme object so it's easy to change theme
  • Make a "Cover Letter" page

About

React app that generates a PDF from a JSON resume

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published