Home Tools Resume Builder

AI Resume Builder

Create professional ATS-friendly resumes in minutes

Free • AI-Powered • Multiple Templates • Download PDF/Word

Choose Your Template

Professional

Clean and modern layout

Creative

Stand out with style

Minimal

Simple and elegant

Personal Information

Professional Summary

Tip: 2-3 sentences highlighting your experience and skills

Work Experience

Education

Skills

Add 8-12 relevant skills for best results

Live Preview

Start filling the form to see your resume

`; const blob = new Blob(['\ufeff', htmlContent], { type: 'application/msword' }); const url = URL.createObjectURL(blob); const link = document.createElement('a'); link.href = url; link.download = `${fullName.replace(/\s+/g, '_')}_Resume.doc`; document.body.appendChild(link); link.click(); document.body.removeChild(link); URL.revokeObjectURL(url); }