beena-yatin-kanyal / single-page-resume-builder

Build a standard and professional single page resume

Home Page:https://sadanandpai.github.io/single-page-resume-builder/dist/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Single Page Resume Builder

Free and open source, fully customizable professional single page resume builder

cover           cover

Live demo

Running in your local

  • git clone https://github.com/sadanandpai/single-page-resume-builder.git
  • npm install (after navigating inside the directory)
  • npm start

Usage

  • Edit data.ts file with your details (/src/components/common)
  • Modify the template you want to use inside resume-templates folder to fit your data well (As of now 2 templates are present)
  • Additional customizations to each section can be done at each component level
  • Once ready, use Chrome's or Firefox's built in feature Print (ctrl/cmd + P) with no margins to save as PDF
  • Recommended settings
    • Orientation: Portrait
    • Paper size: A4
    • Scale: Fit to width
    • Margins: None
    • Print headers & footers: Uncheck (remove tick mark)
    • Background/graphics: Check (add tick mark)

Technologies


Feel free to use the source to create your resume.
Basic knowledge of HTML5, CSS and React is sufficient to customize the resume for your requirements.

More features coming soon

About

Build a standard and professional single page resume

https://sadanandpai.github.io/single-page-resume-builder/dist/


Languages

Language:TypeScript 98.2%Language:HTML 1.1%Language:CSS 0.6%