0-vortex / React-Resume-ES6

Forked and improved version of a react json-resume converter

Home Page:https://0-vortex.github.io/React-Resume-ES6

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TED Vortex React Resume ES6

I created my updated personal site using React with ES6 to create components from the data in my JSON resume file and render each component into a single page application. The first step was to create my resume in the JSON Resume Schema format (https://jsonresume.org/), I then loaded this JSON file into the main app.js file and passed each individual section as props to the individual React components. I used Babel to compile the ES6 code to a single ES5 js bundle.

The result can be viewed online at https://vortex.one

About

Forked and improved version of a react json-resume converter

https://0-vortex.github.io/React-Resume-ES6

License:MIT License


Languages

Language:JavaScript 85.1%Language:CSS 9.4%Language:HTML 5.6%