EyalPerry/dev-cv
A CV Template for Software Developers
repo name | EyalPerry/dev-cv |
repo link | https://github.com/EyalPerry/dev-cv |
homepage | |
language | JavaScript |
size (curr.) | 1186 kB |
stars (curr.) | 162 |
created | 2018-10-06 |
license | MIT License |
Developer CV Template
What is it
A Print Friendly CV web app, which you can easily set up, modify and export to PDF.
Tech Stack
- React
- SCSS
- JSON
How to Use
- 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.
How to use Multipage
-
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.