I built a small tool that generates a resume from a public URL.
Abhijith B has developed a tool called EasyResume Maker that generates resumes from public URLs. Users can input links from GitHub or portfolios, and the tool extracts and structures the information into a downloadable PDF. The project is open source, inviting contributions and feedback from the community.
- ▪EasyResume Maker allows users to create resumes from public URLs.
- ▪The tool extracts information from GitHub, portfolios, and other public links.
- ▪Abhijith B encourages users to provide feedback and contribute to the open-source project.
Opening excerpt (first ~120 words) tap to expand
try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 1941566) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Abhijith B Posted on Apr 28 I built a small tool that generates a resume from a public URL. #career #opensource #showdev #sideprojects Making resumes from scratch felt so boring. For making it easy i built EasyResume Maker. This is how it works: You paste: GitHub / portfolio / Public links And it: extracts info structures it gives a downloadable PDF 👉 https://easyresumemaker.tech Everyone do tryout EasyResume Maker and update your feedback.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV Community.