I built a small tool that generates a resume from a public URL.
Making resumes from scratch felt so boring. For making it easy i built EasyResume Maker. This is...
Full article excerpt 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. I've made it open source anyone can contribute to this. GitHub link: https://github.com/abhi-jithb/EasyResumeMaker Top comments (0) Subscribe Personal Trusted User Create template Templates let you quickly answer FAQs or store snippets for re-use. Submit Preview Dismiss Code of Conduct • Report abuse Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink. Hide child comments as well Confirm For further actions, you may consider blocking this person and/or reporting abuse
This excerpt is published under fair use for community discussion. Read the full article at DEV Community.