The resume is one of the most important aspects of the job search. It's the first impression companies get and often decides whether you get an interview or not. If you've been in the job market recently, you might have noticed that while there are a lot of resources available to create attractive resumes, there aren't a lot of ways to get actual feedback on your resume.
Enter Vitae Aggregate! We offer users a chance to get real feedback from other people.
A web-based resume management system built using Svelte, TypeScript, and Tailwind CSS. This application allows users to create, view, modify, and download resumes in ATS-compliant PDF format. PDF generation is handled entirely client-side using Puppeteer.
SkillItem, ProfessionalExp, and Link are rendered dynamically based on user input.is_shareable field.Ensure you have the following installed:
Clone the repository:
git clone https://github.com/yourusername/resume-builder.git
cd resume-builder
Install dependencies:
npm install
Run the application:
npm run dev
The application will be accessible at http://localhost:5173.
For production, build the application:
npm run build