A premium, modern CV Builder application with multiple templates and high-quality PDF export functionality.
- Modern UI: Built with React and Tailwind CSS.
- Multiple Templates: Choose from Professional, Modern, Tech, Academic, and more.
- AI Assist: Get suggestions for your CV content.
- High-Quality PDF: Reliable PDF export that preserves formatting and clickable links.
- Interactive Links: LinkedIn and Website links are clickable in the generated PDF.
This project is set up to be deployed on GitHub Pages.
- Create a new repository on GitHub named
CV-Builder-Pro. - Open your terminal in this project folder and run:
git init git add . git commit -m "Initial commit" git branch -M main git remote add origin https://github.com/alii474/CV-Builder-Pro.git git push -u origin main
- After pushing, run the deployment command:
npm run deploy
- Your site will be live at:
https://alii474.github.io/CV-Builder-Pro/
Note: GitHub Pages only supports static frontend content. The backend saving/loading features require a separate server (like Render or Vercel with MongoDB Atlas).
- React.js
- Tailwind CSS
- Lucide React (Icons)
- html2pdf.js