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.
- Host: GitHub
- URL: https://github.com/ribborges/cv-creator
- Owner: ribborges
- License: mpl-2.0
- Created: 2023-02-12T15:46:38.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-02T03:29:08.000Z (12 months ago)
- Last Synced: 2025-04-02T03:30:17.338Z (12 months ago)
- Topics: i18next, reactjs, reactpdf, tailwindcss, typescript, vite, zustand
- Language: TypeScript
- Homepage: https://www.cvcreator.richardborges.dev
- Size: 1.35 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)