https://github.com/gabe-frasz/cv
Personal CV made programatically with React
https://github.com/gabe-frasz/cv
curriculum-vitae react react-pdf
Last synced: 11 months ago
JSON representation
Personal CV made programatically with React
- Host: GitHub
- URL: https://github.com/gabe-frasz/cv
- Owner: gabe-frasz
- Created: 2024-01-13T23:16:54.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-21T01:29:24.000Z (over 1 year ago)
- Last Synced: 2025-01-20T10:11:19.812Z (about 1 year ago)
- Topics: curriculum-vitae, react, react-pdf
- Language: TypeScript
- Homepage:
- Size: 169 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CV
Personal CV made programmatically with React.
## Why?
Since I don't know how to use Figma (or any other design tool) to do anything, I made this project.
## How?
- I used [react-pdf](https://react-pdf.org/) to handle the PDF generation.
- Because I need my CV on other devices like mobile and I don't like to do it myself, I had to upload it on Google Drive via [their API](https://www.npmjs.com/package/googleapis).
- Finally, I wanted some kind of CMS to not store the data inside the files, so I chose [Notion](https://developers.notion.com/reference/intro) for its ease.