fabiodocarmo / React-Resume-ES6

Resume React App using a JSON Schema

Home Page:http://jonbloomer.com.au

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CircleCI

This repo contains the code that is used to create my resume site jonbloomer.com.au. I used Facebook's excellent boilerplate Create React App and enhanced it with the extra tools that I needed.

The whole application is based around this file /src/resume.json which is structured using the schema from jsonresume.org. In src/components/App.js I think import this json object and assign each section to a data variable which is then passed in as a prop to the corresponding section component such as src/components/About.js.

Donate with Bitcoin

About

Resume React App using a JSON Schema

http://jonbloomer.com.au

License:GNU General Public License v3.0


Languages

Language:JavaScript 95.4%Language:CSS 2.4%Language:HTML 2.3%