[Open Source] A powerful open source resume builder, so cool!

OpenResume is a powerful open source resume builder and resume parser. The goal is to provide everyone with free, modern and professional resume designs that allow anyone to apply for jobs with confidence.

core advantages

「Real-time UI Updates」 : As resume information is entered, the resume PDF is updated in real time, so the final output can be easily viewed.

"Modern Resume Design" : Resume PDF adopts modern professional design, which is friendly to top ATS platforms such as Greenhouse and Lever. It automatically formats fonts, sizes, margins, bullets to ensure consistency and avoid human errors.

"Privacy Data" : The app only runs locally on the current browser, which means no registration is required and no data leaves the browser, so personal data can be processed with confidence.

「Import from Existing Resume PDF」 : There is an option to directly import an existing PDF resume so that you can update your resume design to a modern professional design in seconds.

"Track track record of success" : OpenResume users have received interviews and offers from top companies like Dropbox, Google, Meta, and more.

resume parser

The second component of OpenResume is the resume parser. For those who already have a resume, Resume Parser can help test and confirm their ATS readability.

Operation interface

create resume

 

Fill in the content

 

change style 

 Export to PDF

local installation

Method 1: npm

  • download repository

git clone https://github.com/xitanggg/open-resume.git
  • change directory cd open-resume

  • Install dependencies npm install

  • Start the development server npm run dev

  • Open a browser and visit http://localhost:3000

Method 2: Docker

  • download repository

git clone https://github.com/xitanggg/open-resume.git
  • change directory cd open-resume

  • Build the container docker build -t open-resume .

  • Start the container docker run -p 3000:3000 open-resume

  • Open a browser and visit http://localhost:3000

 

Portal

Open source address: https://github.com/xitanggg/open-resume

Guess you like

Origin blog.csdn.net/qq_16027093/article/details/131629259