Create Your ATS-Friendly Resume & Cover Letter
Follow these detailed steps to set up and customize your resume and cover letter for Applicant Tracking Systems.
Getting Started
01
Visit the GitHub Repository
Navigate to the project's GitHub page to access the source code and further instructions.
View on GitHub
02
Clone the Project Repository
Open your terminal or command prompt and clone the repository to your local development environment using the `git clone` command followed by the repository URL.
git clone https://github.com/egarrisxn/resume-builder.git
03
Install Project Dependencies
Navigate into the cloned project directory in your terminal and install the necessary dependencies using either `npm` or `yarn`.
npm install
yarn install
04
Start Local Development Server
Start the local development server to preview and work on your resume and cover letter. This usually involves running a command provided by the project.
npm run dev
yarn dev
05
Locate Template Files
Find the template files for your resume and cover letter within the public directory of the project.
public/resume
public/cover-letter
06
Update Your Personal Data
Open the resume and/or cover-letter files and replace the placeholder content with your own information, including your work experience, education, skills, and contact details.
Pay close attention to the formatting and structure of the templates to ensure they are ATS-friendly.
07
Locate API Endpoint Functions
Find the API endpoint functions responsible for generating the resume and cover letter. These are typically located in the api directory.
api/generate-resume
api/generate-cover-letter
08
Update the Header Keyword Function
Within the API endpoint files, locate and update the headerKeyword function (or similar) to include relevant keywords that align with the job descriptions you are targeting. This helps your resume and cover letter get noticed by ATS.
Refer to the comments or documentation within the code for specific instructions on how to modify this function.
09
Navigate to the Preview/Save Page
Once you have updated your data and the header keywords, navigate to the Preview/Save page of the application in your web browser.
10
Preview Your Files
On the Preview/Save page, you should be able to see a rendered version of your resume and cover letter. Carefully review both documents to ensure all your information is displayed correctly and the formatting looks as expected.
11
Revise if Necessary
If you notice any errors, missing information, or formatting issues during the preview, go back to the public/resume and public/cover-letter files and make the necessary revisions. Repeat steps 7-10 until you are satisfied with the result.
12
Your Perfect Documents!
Once you are completely satisfied with the preview of your resume and cover letter, you can proceed to save or download them from the Preview/Save page. Congratulations, you now have ATS-friendly documents ready for your job applications!