This repository contains my resume, built with React-PDF
I wanted a setup that made it easy to tweak the layout and structure without fighting Google Docs limitations or manually updating an Affinity Designer file. With React-PDF I can iterate quickly, keep everything version-controlled, and generate a clean PDF with updated information whenever I need.
Download dutch version | Download english version
Absolutely. But it was fun to build! And now future updates are effortless.
- Full control over layout and typography
- Everything lices in code and version control
- Easy to automate and regenerate
- No visual editos or export workflows to maintain
- Component based resume layout
- Multipage support
- Custom fonts
- Multilanguage
- Easy content updates
- One command to generate a fresh PDF
pnpm install
# Generate pdf documents
pnpm generate
# Generate pdf documents and watch for changes
pnpm devThe final PDF documents will be generated in the dist folder.
