Giter Club home page Giter Club logo

cv_constructor's Introduction

Hi, everyone!

I'm a design engineer with a passion for programming.

Tools & Technolgoies

cv_constructor's People

Contributors

to-sta avatar

Stargazers

 avatar

Watchers

 avatar

cv_constructor's Issues

Generate PDF from cv template

Task: Integreate the functionality for to convert HTML to PDF. There is a component called cvTemplate that will be filled user data later on. For now I am looking for the basic functionality to convert this component to a pdf on a button press.

The logic should be implement in frontend/src/routes/create/+page.svelte. I made a simple download button that should be used to trigger the conversion.

There are many libaries available that help with the implementation. I found jsPDF and it works well with typescript but I am open to other suggestions ๐Ÿ˜„

extend .pre-commit-config.yaml with a prettier setup for the frontend

Task is to setup the pre-commit hook to include prettier. I made a attempt myself that you can find in the config file at the moment:

- repo: https://github.com/pre-commit/mirrors-prettier
  rev: v3.0.3
  hooks:
    - id: prettier
      files: ^frontend\/[^\/]+
      args: [--config, frontend/.prettierrc,--write]
      additional_dependencies:
        - prettier
        - "[email protected]"
        - svelte

But I am still getting an error [error] Cannot find package 'prettier-plugin-svelte', even though I added prettier-plugin-svelte to the additional_dependencies. Maybe its an issue with the .prettierrc file.

I would appreciate help with this issue. It's the last missing piece in the pre-commit setup.

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.