An open API service indexing awesome lists of open source software.

https://github.com/baskinomics/resume

My professional resume composed using React.
https://github.com/baskinomics/resume

ecmascript javascript reactjs resume

Last synced: over 1 year ago
JSON representation

My professional resume composed using React.

Awesome Lists containing this project

README

          

# Resume
Creates a PDF representing my professional resume using the [ReactPDF](https://github.com/diegomura/react-pdf) package.

__Note__: This is a mirror of [https://gitlab.com/baskinomics/resume](https://gitlab.com/baskinomics/resume).

## Instructions
To produce the resume in PDF format execute the following from the project's
root directory:

```bash
yarn install
yarn pdf
```

This will produce a PDF document which is output to _./dist/resume.pdf_, i.e.

![Example PDF Output - Page One](./public/resume-0.png)
![Example PDF Output - Page Two](./public/resume-1.png)

## Component Overview
Placeholder for content regarding the eventual components implemented and exposed.