- Live: CV Application Live
Create and customize your CV effortlessly with this React-based CV Application. Generate a side-by-side CV with your details and select from three different fonts. You can even download the generated CV as a PDF with text selection and active hyperlinks.
- Input Details: Input your personal and professional details.
- Font Selection: Choose from three different fonts to style your CV.
- CV Generation: Instantly generate a side-by-side CV layout.
- PDF Download: Download the CV as a PDF with text selection and active hyperlinks.
Note: When clicked Download PDF select Save to PDF
from drop down of destination section to make CV text selectable and active hyperlinks
Choose from three available fonts:
- Classic Serif (serif): Georgia, "Times New Roman", Times, serif
- Modern Sans-Serif (sans-serif 1): Calibri, Arial, sans-serif
- Standard Sans-Serif (sans-serif 2): Arial, Helvetica, sans-serif
- Access the CV Application Live.
- Input your details and select your preferred font.
- Generate the CV layout.
- Download your CV as a PDF using the print option. Make sure to select "Save as PDF" in the print dialog for selectable text and valid hyperlinks.
- Clone the repository:
git clone https://github.com/karprabha/cv-application
- Navigate to the project directory:
cd cv-application
- Install dependencies:
npm install
- Start the development server:
npm start
- "React"
- "TypeScript"
- "SCSS"
- "Vite"
I have plans on implementing following features in future
- Font size option
- More font style options
- Different CV styles (including double column CV)
Contributions are welcome! If you'd like to contribute to the project, please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes and commit them with descriptive commit messages.
- Push your changes to your forked repository.
- Create a pull request to the original repository's 'main' branch.