Quick way to create simple CV and save it as PDF-file.
-
Clone the repo:
git clone https://github.com/jovani-x/cvpage.git
-
Install dependencies:
npm i
-
Rename .env.example to .env
-
Replace content with actual data in fake-store.example.json
(you can create a new file for your data and set it to VITE_NODE_PERSON_DATA_URL in .env-file) -
Open preview:
npm run dev
then go to a preview page
-
Check what you get:
Press
ctrl+p
(chrome) OR click Print menu item. -
Save to PDF-file:
Choose destination Save as PDF and Save.
It's just a SPA with react and tailwind.
Feel free to change any styles and components.