Skip to content

brecke/resume-visualized

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Resume visualized

Resume visualized

This is a simple experiment to try to visualize my job positions and expertise throughout the years in a simple chart using HTML canvas. It is heavily inspired in a TED Global Oxford talk by David McCandless. You may check it here.

Setup & install

This project is built on yeoman.

Install stuff:

  1. $ git clone
  2. $ npm install
  3. $ bower install

Run:

  1. $ grunt server

Run tests (more on this later):

  1. $ cd app/scripts
  2. $ mocha

Depoloy:

  1. grunt build (this creates a dist folder)

Configure it your way

Go to file jobs.js and hack away. Change the initial year in variables.js file.

TODO

  • Make chart interactive so it conveys a little more information (click or hover)
  • Option to change default background color

About

A simple HTML5 canvas experiment to visualize your resume.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published