WeSearch

I built a small tool that generates a resume from a public URL.

·1 min read · 0 reactions · 0 comments · 16 views
#career#opensource#sideprojects#Abhijith B#GitHub#EasyResume Maker
I built a small tool that generates a resume from a public URL.
⚡ TL;DR · AI summary

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.

Key facts
Original article
DEV Community
Read full at DEV Community →
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.

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from DEV Community