raphaelaleixo / cv-generator

Using React, Google Sheets, and CSS to create a dynamic cv and cover letter generator.

Home Page:https://raphaelaleixo.medium.com/using-react-google-sheets-and-css-to-create-a-dynamic-cv-and-cover-letter-generator-fa70f12b08a0

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cv-generator

Using React, Google Sheets, and CSS to create a dynamic cv and cover letter generator.

More about the idea behind this repository on Medium: https://raphaelaleixo.medium.com/using-react-google-sheets-and-css-to-create-a-dynamic-cv-and-cover-letter-generator-fa70f12b08a0

How to use

  • Create an API key on Google Cloud for Google Spreadsheets
  • Create a file called .env.local on the project root and add your secret key on it:
REACT_APP_API_KEY=YourSecretKey
REACT_APP_SPREADSHEET_KEY=YourSpreadsheetId
  • Run yarn install and then yarn start

That should be it. You should have your CV/CoverLetter generator running on your localhost. :)

About

Using React, Google Sheets, and CSS to create a dynamic cv and cover letter generator.

https://raphaelaleixo.medium.com/using-react-google-sheets-and-css-to-create-a-dynamic-cv-and-cover-letter-generator-fa70f12b08a0


Languages

Language:JavaScript 89.0%Language:CSS 8.4%Language:HTML 2.6%