A resume; over-engineered.
This project serves two purposes.
- I need a new resume.
- I wanted to play around with some new tech, such as react and mongodb.
Vitae is the result. It takes a resume (as JSON) and whacks it into the DOM with React.
npm install
A prepublish script will trigger and run browserify for you. This will create:
dist/js/resume.js
Theme is in a separate repository.
- Port to use ES6, Webpack, etc.
- Refactor to use Redux.
- Add universal rendering.