An editor for JSON Resume (https://jsonresume.org/). Deployed as Profile Studio.
Go to file
chris2fr 5b8e635813 I prefer two spaces per tab 2020-10-28 07:36:53 +01:00
.vscode Fixed Settings 2020-10-19 10:14:18 +02:00
app Added uniform management of sub-items 2020-10-26 11:18:45 +01:00
components I prefer two spaces per tab 2020-10-28 07:36:53 +01:00
data WIP - Country codes improvement 2019-11-30 20:53:41 +11:00
favicon Added favicon 2019-11-16 15:45:28 +11:00
favicon_black Small updates 2019-11-16 15:54:45 +11:00
schema WIP 2019-11-30 20:33:43 +11:00
scripts Yet Another Correction for when we change the current name of the current version 2020-10-24 21:51:45 +02:00
vendor Fix for preview single field. Added MD to HTML converter. 2019-11-16 18:58:11 +11:00
.gitignore Initial commit 2019-11-11 17:11:32 +11:00
README.md Update README.md 2020-07-30 18:23:58 +10:00
index.html Added uniform management of sub-items 2020-10-26 11:18:45 +01:00
serve.ps1 Better list management 2020-10-25 23:13:15 +01:00
styles.css CHanged Home and About Text 2020-10-24 20:35:30 +02:00

README.md

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.

Dope Dope

Status: 30 July 2020

Deployed 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://profilestudio.co

Dependencies:

  1. W3CSS (https://www.w3schools.com/w3css/)
  2. VueJS (https://vuejs.org/)
  3. Vue Router (https://router.vuejs.org/)