karmats / resume-generator

Generates a resume in material design. https://karmats.github.io/resume-generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Resume Generator Node CI

Generates a resume in material design, that can be exported to HTML.

Create your resume

Go to demo page and fill in your resume data. When finished remove the ?edit parameter from the browser URL and click the "HTML"-button in the "Export when done"-snackbar at the bottom of the page. Put it up on your website :)

Example

Example

Linkedin

To use your information from linkedin, you need to get a json resume. Easiest way to get that is through this page where you just follow the instructions. When you have the json, go to demo page and use the "Upload Resume"-button.

Development

Dev server

Run npm start and navigate to http://localhost:4200/.

Build

To create a new version for demo page run npm run build:demo.

Running unit tests

Run npm test to execute the unit tests.

About

Generates a resume in material design. https://karmats.github.io/resume-generator

License:MIT License


Languages

Language:TypeScript 77.5%Language:HTML 12.3%Language:SCSS 8.7%Language:JavaScript 1.5%