Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nicobocq/cvite
[WIP] Resume builder made with Vue3, Tailwind, Headless UI and PdfMake
https://github.com/nicobocq/cvite
headless-ui pdfmake resume-builder tailwindcss tailwindui vite vue3
Last synced: about 2 months ago
JSON representation
[WIP] Resume builder made with Vue3, Tailwind, Headless UI and PdfMake
- Host: GitHub
- URL: https://github.com/nicobocq/cvite
- Owner: NicoBocq
- Created: 2021-04-02T13:19:11.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-01-03T10:03:46.000Z (about 1 year ago)
- Last Synced: 2024-01-03T11:25:04.920Z (about 1 year ago)
- Topics: headless-ui, pdfmake, resume-builder, tailwindcss, tailwindui, vite, vue3
- Language: Vue
- Homepage: https://cvite.netlify.app/
- Size: 1.66 MB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Introduction
Introducing my resume builder.
The main purpose is to discover all the new features of Vue3 including reactivity and composition.
In addition to that, I also wanted to test in depth HeadLess UI development and Tailwind customisation.
Last, I wanted to generate PDF, well that was the painful part...Try it: https://cvite.netlify.app
# Features
- State management with reactive objects (no use of Vuex).
- Custom form generator with scheme and validation.
- Reusable components (custom components and Headless UI).
- PDF generation with ~~jsPdf~~ ~~PDFMake~~ a dedicated Express server and Puppeteer.
- Internationalization with VueI18n.# @Next : improvements
- Add a proper way to display preview on mobile > canvas.
- Add resume templates.
- Add a backend and a way to save the resume.