/react-cv-site-builder

🕶Component based ReactJS cv site with JSON file content management.

Primary LanguageCSSGNU General Public License v3.0GPL-3.0

React CV Site Builder

Why I built it? I've had a few people ask myself about CV sites, so I decided to simply build a maintainable site where you just modify the JSON. There are options to use CMS APIs but I just chose to keep it simply and let the develop decide what they want to do with the basic shell.

What to change

The file path: src/userInfo.json
The elements that are inside an array( the square brackets ) can have more elements if you have more skills. For exmaple the education block can be duplicated to add more and the site will adjust.

How to install?

  1. npm i
  2. npm start, this will launch in your browser
  3. Modify the user info JSON file, hit save!
  4. Go to the browser and enjoy your new site!