Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.01 KB

README.md

File metadata and controls

29 lines (19 loc) · 1.01 KB

📄 React PDF CV Generator

A customizable PDF document using React components. Good if you're looking to code and want a quick start to react-pdf. Pulls content from my website with a html first approach as it best suited my needs but of course could be hooked into your CMS or re-purposed. [Demo Here}(https://joehunter.dev/react-pdf-cv/)

🚀 Features

  • 📝 Template
    • 🌅 Page background
    • 🧩 Various reusable components
  • 🖋️ Custom fonts
  • 🌐 Multi-language support
  • 🎨 SVG
  • 📊 Data Feed from API

🏁 Getting Started

To get started, simply clone the repository and run npm install to install the necessary dependencies. Then, run npm run dev to start the development server.

💡 Usage

  • See curriculum-en.json for example data
  • Customize and style your components to suit your needs

📑 Additional

  • api.php or cv.json will help you generate the data structure it consumes
  • React PDF

CV React PDF Template