Shmayro / 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 Build Status Dependencies

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 for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Build

Run npm run build to build the project. The build artifacts will be stored in the dist/ directory. To create a new version on demo page run npm run build:demo.

Running unit tests

Run npm test to execute the unit tests via Karma.

About

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

License:MIT License


Languages

Language:TypeScript 76.7%Language:HTML 12.4%Language:CSS 8.6%Language:JavaScript 2.3%