Updated README.md
This commit is contained in:
parent
8028d95ecc
commit
04f8b0f140
16
README.md
16
README.md
|
|
@ -1,20 +1,26 @@
|
||||||
# json-resume-editor
|
# JSON Resume Editor
|
||||||
Editor for JSON Resume (https://jsonresume.org/)
|
Editor for JSON Resume (https://jsonresume.org/)
|
||||||
|
|
||||||
Project started 11 November 2019. This is a progressive development over the coming months.
|
Project started 11 November 2019. This is a work in progress over the coming months.
|
||||||
|
|
||||||
The aim is 2 fold:
|
Aims:
|
||||||
|
|
||||||
1) Create an editor for JSON Resume (which I now use as my primary professional profile).
|
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".
|
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.
|
This README will be updated when the project starts to stabalise.
|
||||||
|
|
||||||
Projected completion Feb/March 2020.
|
Projected completion January 2020.
|
||||||
|
|
||||||
|
Status:
|
||||||
|
|
||||||
|
Deployed but under deployment.
|
||||||
|
|
||||||
|
Use it at (https://profilestudio.co)[https://profilestudio.co/#/]
|
||||||
|
|
||||||
|
|
||||||
Dependencies:
|
Dependencies:
|
||||||
|
|
||||||
1) W3CSS (https://www.w3schools.com/w3css/)
|
1) W3CSS (https://www.w3schools.com/w3css/)
|
||||||
2) VueJS (https://vuejs.org/)
|
2) VueJS (https://vuejs.org/)
|
||||||
3) Vue Router (https://router.vuejs.org/)
|
3) Vue Router (https://router.vuejs.org/)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue