Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.