Skip to content

Create your cv quickly and save it as PDF-file.

License

Notifications You must be signed in to change notification settings

jovani-x/cvpage

Repository files navigation

cvpage

Quick way to create simple CV and save it as PDF-file.

cvpage

Run

  1. Clone the repo:

     git clone https://github.com/jovani-x/cvpage.git
    
  2. Install dependencies:

     npm i
    
  3. Rename .env.example to .env

  4. 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)

  5. Open preview:

     npm run dev
    

    then go to a preview page

  6. Check what you get:

    Press ctrl+p (chrome) OR click Print menu item.

  7. Save to PDF-file:

    Choose destination Save as PDF and Save.

Customization

It's just a SPA with react and tailwind.
Feel free to change any styles and components.

About

Create your cv quickly and save it as PDF-file.

Resources

License

Stars

Watchers

Forks