Giter VIP home page Giter VIP logo

cvfy's People

Contributors

claudiabdm avatar gaetansenn avatar itsmefdil avatar maheshivara avatar mikuu avatar mohmadhabib avatar winkelement avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

cvfy's Issues

Upload Profile Picture

Hi,

thank you for this tool and hard work you put in! Im loving it!! More of an suggestion than an issue but have you considered adding an upload profile pic option? It would be great to include an little profile picture in a circle on the top left :)

What do you think?

Add WYSIWYG editor

Add WYSIWYG editor to add flexibility when writing content in experience, education and project sections.

Let us be able to change headers

I know adding more languages can be tricky, so Instead of that why not let us edit headers so we can actually create CV's in any language we want. Also for language level section in CV, adding CEFR Levels can be beneficial.

external link issue

when adding website info, it would be cvfy.xyz/example.com, rather than example.com

we may add code like this in pages/index.vue, from line 9::

const isExternalLink = !route.path.startsWith('/');

let href;

if (isExternalLink) {

  href = route.path;
} else {

  href = `https://cvfy.xyz${route.path}`;
}

and in data/example-cv-settings.ts

change the line 18 from

website: 'www.MsKnope.com',

to

website: 'https://www.MsKnope.com',

then, the pdf preview would be https://www.MsKnope.com, rather than cvfy.xyz/msknope.com,

and:

Thank you so much, Claudia, for your great work!

I really love it๏ผ

Add history component in settings

Create a CvSettingsHistorySection component to reuse the logic and template for work, experience and projects sections in the settings.

Vue packages version mismatch error

@claudiabdm Hi, thanks for initiating such an amazing project. When i try to run 'npm run dev' i get version mismatch error as you can see from the screenshot below. I didn't make any change to the package.json

image

image

Do you think I should edit the package.json? have you ever faced this error before?

How to present a new paragraph in About Me section?

Hi Claudia,

How to present a new paragraph in the About Me section? The second paragraph in text editor will be shown at the end of the last sentence of the first paragraph in the preview area, seems preview only supports one paragraph.

Add Project Tab

it will really good for a resume to add a project listing tab instead of an education tab or separate.

Upload Certificates

Hii,

I wish if there was an option to add certificates too :)

Thank you anyway!

Timezone offset causes incorrect dates in entry fields

Issue Description:

The date displayed on the site from the form data is off by one day.

Steps to Reproduce:

  1. Set the date of an Experience (or Project) field to 01/01/2024.
  2. Note the date displayed on the CV.

Expected Behavior:

The date displayed must match the date entered (jan 2024).

Actual Behavior:

The date displayed is one day before the date entered (dec 2023).

Images:

  • Inserted Date
    inserted date
  • Displayed Date
    displayed date

How do you focus only on preview section when printing

Hi @claudiabdm,
I'm using your app to learn Vue and I'm trying to migrate it to Vue3 and Nuxt3. I'm a long way but I cannot seem to get it to print only the preview section. But looking at your code I cannot find how you make the app focus only on the preview part.

Can you point me in the right direction?

Much appreciated!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.