An editor for JSON Resume (https://jsonresume.org/). Deployed as Profile Studio.
Go to file
Jason Snelders 84a2889f0a
Update README.md
2019-11-16 16:09:32 +11:00
app Implementing preview. Refactoring. 2019-11-16 15:18:41 +11:00
components Implementing preview. Refactoring. 2019-11-16 15:18: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
vendor Setup framework of the application. Component placeholder. Started dev. 2019-11-12 13:27:43 +11:00
.gitignore Initial commit 2019-11-11 17:11:32 +11:00
README.md Update README.md 2019-11-16 16:09:32 +11:00
index.html Update to trigger deploy 2019-11-16 16:00:24 +11:00
scripts.js Implementing preview. Refactoring. 2019-11-16 15:18:41 +11:00
styles.css Status on home page. Added CSS margins. 2019-11-16 15:38:42 +11:00

README.md

JSON Resume Editor

Editor for JSON Resume (https://jsonresume.org/)

Project started 11 November 2019. This is a work in progress over the coming months.

Aims:

  1. Create an editor for JSON Resume (which I now use as my primary professional profile).
  2. Create a VueJS (https://vuejs.org/) application to use as a foundation for teaching "VueJS by Example".

This README will be updated when the project starts to stabalise.

Projected completion January 2020.

Status: 16 November 2019

Deployed but still under deployment.

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/)