GitXplorerGitXplorer
w

awesome-resume

public
4 stars
1 forks
0 issues

Commits

List of commits on branch wei-wei.
Verified
547a4c4b4ea301585aebbd7d259728f7460cd70e

Update README.md

wwuweiweiwu committed 6 years ago
Unverified
9245762dbb0b9e0d1e26091a6f905cf7d6f4237f

save as image

wwuweiweiwu committed 6 years ago
Unverified
4c4ee534077beb0132b0edc0702e6e835bfa1fc3

Merge branch 'wei-wei' of https://github.com/wuweiweiwu/awesome-resume into wei-wei

wwuweiweiwu committed 6 years ago
Unverified
809c6a7bb0d15a809281e9f17153f23baa45434d

minor style / data changes

wwuweiweiwu committed 6 years ago
Verified
981142e8c96b203b45f78c1c4edec72bdb15e1d8

Update README.md

wwuweiweiwu committed 6 years ago
Unverified
3854c241e64063a641a678bfd242b3e883fa8d19

YEET

wwuweiweiwu committed 6 years ago

README

The README file for this repository.

awesome-resume

This is my 4A Resume written in React! To run, simply:

# FORK
yarn
yarn start

#press ENTER in the window to download your resume as an image (png)

Deploy to Github Page:

Modify the "homepage" attribute in package.json to the appropriate url.

yarn deploy

To update your info:

Beginner:

# go to src/YOUR_DATA.js
# modify
# deploy and show everyone

Advanced:

# go to src
# go crazy and rewrite all the components and implement theming using context
# YAY

Acknowledgements

This project was forked from clemmy. He wrote all the base components. I rewrote them using styled-components as well as bootstrapped with create-react-app and refactored a lot of the components. Also added gh-pages deployments