Skip to content

A HTML CV built with React that is responsive, printable and exportable to PDF.

License

Notifications You must be signed in to change notification settings

eduardopvm/react-cv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-cv

Summary

A single page reactive CV that is printable and exportable to PDF. Built with React + Material-UI.

Raison d'être

My previous CV was made using LaTeX using a ready made template with very bad code and no comments, which caused a lot of headaches whenever I wanted to make any changes to the layout, icons or even the text. So I decided to create a HTML website (which I intend to host on the internet) that should be very easy do modify, both the layout and the internationalized data. As an added bonus it gives me a chance to practice React in a frontend only environment since all the data is statically loaded from the project files.

Development Status

Web version: 80%

Printable version: 80%

PDF version: 80%

Mobile version: 80%

Guide

To run this application you need to have Node and npm installed. Then navigate to the root directory of the project on the terminal and run this command to download all dependencies:

$ npm install

Then to execute it:

$ npm start

To generate the PDF you need to run a node server inside the server directory like this:

$ node api.js

About

A HTML CV built with React that is responsive, printable and exportable to PDF.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages