Skip to content

Julien-Molina/React-Resume-ES6

Repository files navigation

Jon Bloomer React Resume ES6

ES6 Version of my React Resume site

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 http://jonbloomer.com.au

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 95.3%
  • CSS 2.4%
  • HTML 2.3%