Intuitive job-candidate skill visualization, taking advantage of D3.js and JSONResume.
Live site:
Live demo:
React wrapper component created by romain325:
(like so):
To use on your site
- Clone using this repository's clone URL (or just download it straight): https://github.com/Jac21/SkillSet.git
- The "dist" folder contains all you need to run and visualize: "index.html" is where the render is displayed, "main.js" is viz code bundle, and "style.css" containing the necessary CSS for the visualization.
- Simply replace the "mySkills.csv" file with your own personally generated one from the live site: https://jac21.github.io/SkillSet/
- Done and done!