Oh, Resume!
Word and LaTex are too overkill for a resume.
So why not write it in Markdown?
Have fun: oh-resume.zxh.io
WIP
Features
- Write your resume in Markdown and preview it in real-time online
- Export to A4 PDF
- Add icons via Iconify (search for icons on IcĂ´nes)
TO-DO
- Handle page splitting
- Support editting font, margin, brand color, etc. online
- Support uploading a Markdown file (or pasting a URL)
- Improve UI
Development
It’s powered by Vue 3, Windi CSS and Vite.
Clone the repo and install dependencies:
yarn
Start dev server / building:
yarn dev
yarn build