https://github.com/jsnelders/profile-studio
An editor for JSON Resume (https://jsonresume.org/). Deployed as Profile Studio.
https://github.com/jsnelders/profile-studio
profile-website resume-builder vuejs w3css
Last synced: 2 months ago
JSON representation
An editor for JSON Resume (https://jsonresume.org/). Deployed as Profile Studio.
- Host: GitHub
- URL: https://github.com/jsnelders/profile-studio
- Owner: jsnelders
- Created: 2019-11-11T06:11:31.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-10-27T07:24:34.000Z (over 1 year ago)
- Last Synced: 2025-02-14T14:18:10.124Z (2 months ago)
- Topics: profile-website, resume-builder, vuejs, w3css
- Language: HTML
- Homepage: https://profile-studio.netlify.app/
- Size: 3.94 MB
- Stars: 40
- Watchers: 2
- Forks: 12
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JSON Resume Editor
Editor for JSON Resume (https://jsonresume.org/)Project started 11 November 2019. This is a work in progress.
Aim:
Create an editor for JSON Resume (which I was using as my primary professional profile for a while).
This README will be updated when the project starts to stabalise.

**Status:**
30 July 2020Deployed but still under deployment. I meant to have this finished 6 months agao but start new work and everything dropp off the priority list.
However, a recent PR has prompted me to chip away at it again on the weekends.Next stage of development will "modernise" the code to ES6, introduce Vue single file components and use Parcel.js for compilation.
I started this with pure in-browser scripts to cut down on screwing around with build tools but it's now large enough to need them for better code architecture.Use it at [https://profile-studio.netlify.app/](https://profile-studio.netlify.app/)
Dependencies:
1) W3CSS (https://www.w3schools.com/w3css/)
2) VueJS (https://vuejs.org/)
3) Vue Router (https://router.vuejs.org/)**Updates:**
27 Oct 2023:
* Update the published URL to [https://profile-studio.netlify.app/](https://profile-studio.netlify.app/).
* I haven't had time in the last few years to work on this, but I'm thinking I need to do some updates.