faraoman / cvfy

CV generator built with Nuxt.js, TailwindCSS, deployed on Netlify.

Home Page:https://cvfy.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CvFy

MadeWithVueJs.com shield

CvFy

CvFy is a simple CV maker that makes CV creation faster and easier in both English and Spanish.

It's built with NuxtJs and deployed in Netlify.

I usually enjoy styling from scratch but this time I've used TailwindCSS for the first time to see what all the fuss was about.

PDF creation is client-side only, so results may differ among browsers:

  • Chrome desktop has the best print as the PDF created is exactly as the preview one but it is not good for ATSs.
  • Firefox print is exactly as the preview except for svg icons which are bit pixelated but it gives the best result for ATSs.
  • I used https://www.jobscan.co/ for checking ATSs.

It's also a PWA so it can be used offline.

Demo: https://cvfy.netlify.app/

Build Setup

# install dependencies
$ npm install

# serve with hot reload at localhost:3000
$ npm run dev

# build for production and launch server
$ npm run build
$ npm run start

# generate static project
$ npm run generate

For detailed explanation on how things work, check out Nuxt.js docs.

About

CV generator built with Nuxt.js, TailwindCSS, deployed on Netlify.

https://cvfy.netlify.app/

License:MIT License


Languages

Language:Vue 74.0%Language:TypeScript 13.6%Language:JavaScript 11.2%Language:CSS 1.2%