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?
- npm i
- npm start, this will launch in your browser
- Modify the user info JSON file, hit save!
- Go to the browser and enjoy your new site!