Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/clemmy/react-resume
Over-engineered React resume for use during job hunting season.
https://github.com/clemmy/react-resume
react resume template
Last synced: 2 months ago
JSON representation
Over-engineered React resume for use during job hunting season.
- Host: GitHub
- URL: https://github.com/clemmy/react-resume
- Owner: clemmy
- License: cc0-1.0
- Created: 2016-01-20T05:54:19.000Z (almost 9 years ago)
- Default Branch: clement
- Last Pushed: 2024-01-04T02:48:13.000Z (about 1 year ago)
- Last Synced: 2024-06-14T21:02:09.065Z (7 months ago)
- Topics: react, resume, template
- Language: JavaScript
- Homepage: https://clemmy.ninja/resume.pdf
- Size: 1 MB
- Stars: 32
- Watchers: 3
- Forks: 19
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Resume
This is my resume written in React! To run:
```bash
npm install
npm start
# then Ctrl + P in Google Chrome and 'Save as PDF'
```## Tags
| Tag | Description |
|-|-|
| [new-grad](https://github.com/clemmy/react-resume/tree/new-grad) | My resume for use while searching for new grad engineering positions. This includes all my internships, hackathons, and projects. |
| [2021-05-10](https://github.com/clemmy/react-resume/tree/2021-05-10) | My resume after 3 years of working at Credit Karma. This removes projects/hackathons to fit more work experience. |## Acknowledgements
This project was forked from my good buddy, [rsnara](https://github.com/rsnara)'s [resume-react](https://github.com/rsnara/resume-react) project, so a special thanks to him!