Skip to content

ALCavagnaro/micv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Esta es una aplicación para generar curriculums en PDF. Se puede probar online acá. Esta hecha con React JS y no necesita backend. Mi intención fue crear una aplicación gratuita que fuera intuitiva para el usuario. Para la validación y estandarización de los campos, utilicé JSON Resume Schema. También usé la librería jsPDF para generar los PDF del template. Por ahora, sólo tengo un modelo de template que presenta un problema con los márgenes superiores e inferiores.

Para descargar la aplicación:

Dirigirse al directorio del proyecto y escribir en la terminal el código siguiente para instalar las dependencias necesarias:

npm install

Para lanzar la aplicación en el localhost, escribir en la terminal:

npm start

Para abrir la aplicación dirigirse a:

http://localhost:3000

Contacto:

Linkedin: https://www.linkedin.com/in/ana-laura-cavagnaro-aa52b155/ email: analauracavagnaro@gmail.com

This is an application to generate PDF resumes. It can be tested online here. It is made with React JS and does not need a backend. My intention was to create a free application that was intuitive for the user. For field validation and standardization, I used JSON Resume Schema. I also used the jsPDF library to generate the template PDFs. For now, I only have a template model that has a problem with the top and bottom margins.

To download the app:

Go to the project directory and write the following code in the terminal to install the necessary dependencies:

npm install

To launch the application on localhost, type in the terminal:

npm start

To open the application go to:

http://localhost:3000

Contact:

Linkedin: https://www.linkedin.com/in/ana-laura-cavagnaro-aa52b155/ email: analauracavagnaro@gmail.com

About

Aplicación para hacer CV desarrollada con React Js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published