An open API service indexing awesome lists of open source software.

https://github.com/ribborges/cv-creator

Create your CV/Resume with this simple tool developed using React, TypeScript, Vite, TailwindCSS, Zustand and ReactPDF.
https://github.com/ribborges/cv-creator

i18next reactjs reactpdf tailwindcss typescript vite zustand

Last synced: 3 months ago
JSON representation

Create your CV/Resume with this simple tool developed using React, TypeScript, Vite, TailwindCSS, Zustand and ReactPDF.

Awesome Lists containing this project

README

          

# CV Creator

Create your Resume for ATS with this simple tool developed using React, TypeScript, Vite, TailwindCSS and HuggingFace.
You can save your date as a .json file to edit later or use an existing .pdf to convert your data using AI.
[CV Creator](https://www.cvcreator.richardborges.dev/)

## Running with npm

Download and install [node.js](https://nodejs.org/en).

Open your terminal/cmd on the repo directory and run:

```bash
> npm install
```

Then...

```bash
> npm start
```

[AI API repo](https://github.com/ribborges/cv-creator-ai)