Resume Generator [](https://github.com/karmats/resume-generator/actions/workflows/build-and-deploy.yml)
December 27, 2021 ยท View on GitHub
Resume Generator 
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

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.