Org-to-Resume allows users to write Org Markup documents (Org Markup Information), style it with CSS, and then download a PDF of their document. While it works for any type of document, I created the app because I wanted a way to keep my resumes in plain-text (Org markup is plain text, similar to Markdown) that I could track with git, yet still be able to generate clean, well-formatted resumes.
The app currently only supports a subset of the Org Markup syntax. While I think I have pretty much everything necessary for my use case (resumes), I do hope to add support for more Org features in the future. I would also like to connect the app to Dropbox or Google Drive. Currently, documents are simply stored in localStorage, which is great for preventing lost progress on refresh, but obviously not a long-term storage solution.
Everything is hosted through Netlify. This is my first time using Netlify, but I really enjoy it and will host any other front-end projects with them.