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

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.

Awesome Lists containing this project

README

          

![Build status](https://travis-ci.org/patheard/mini-cv.svg?branch=master)

# 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
```