You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a open source project that uses the JSON schema from json-resume to build PDF resumes online via a web app. The project is called Resume-Builder.
I recently pushed a feature where you can fill a bunch of forms and then download your JSON resume and then use it in my web app or in any other place that uses the json-resume schema.
This is the form and it was build with formik by looping through the schema.json file from the resume-schema project, so whenever the schema is updated, the form will also be updated (as long as I publish a new version of course).
Cheers.
The text was updated successfully, but these errors were encountered:
This looks great! I've built a similar project called jsoncv, and would also like it to be mentioned in the JSON Resume website, thought it seems that nobody is maintaining this project. @blopa if you are interested, please share your thoughts about jsoncv with me :)
Dear maintainers,
I have a open source project that uses the JSON schema from json-resume to build PDF resumes online via a web app. The project is called Resume-Builder.
I recently pushed a feature where you can fill a bunch of forms and then download your JSON resume and then use it in my web app or in any other place that uses the json-resume schema.
This is the form and it was build with formik by looping through the
schema.json
file from the resume-schema project, so whenever the schema is updated, the form will also be updated (as long as I publish a new version of course).Cheers.
The text was updated successfully, but these errors were encountered: