A Print Friendly CV web app, which you can easily set up, modify and export to PDF.
- React
- SCSS
- JSON
- install Node.js, and run the 'npm install' command in the project root folder.
- run the 'npm start' command in the project root folder and wait for the website to load on http://localhost:3000.
- Change the title tag in src/index.html (this will be the default file name when you print).
- Modify the data in public/cv.json.
- Replace public/headshot.png with your own.
- Add more resources to the public folder and use them in public/cv.json. (optional)
- Change the font in the src/index.html stylesheet tag + src/page.scss to something more you.
- Print to PDF with Google Chrome.
-
You can break down your cv across multiple pages pretty easily: Just divide up an experience or education list into two (or three, or N) - across multiple page entries in cv.json. Then- make sure to omit the label key from the objects which reside on pages other than the first.
-
Each page entry in cv.json will be printed on it's own page.
Status: Design
- Operate Multiple cv.json Files.
- UI for Editing content and S/CSS
- Supporting ready made templates.