https://github.com/patheard/mini-cv
Mini resume, but more importantly, a chance to play with Paper.js.
https://github.com/patheard/mini-cv
paperjs resume
Last synced: 4 days ago
JSON representation
Mini resume, but more importantly, a chance to play with Paper.js.
- Host: GitHub
- URL: https://github.com/patheard/mini-cv
- Owner: patheard
- License: mit
- Created: 2017-10-03T00:37:39.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-03-12T14:09:23.000Z (over 5 years ago)
- Last Synced: 2025-02-28T23:11:55.847Z (over 1 year ago)
- Topics: paperjs, resume
- Language: JavaScript
- Size: 146 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# mini-cv
A simple resume using Paper.js to make things more interesting. The background and colours are dynamic and react to mouse, touch and scroll events:
https://patheard.github.io/mini-cv/
# build and test
Run the following to setup, test and build the project:
```bash
npm install
npm run build
```