https://github.com/alejandrorm-dev/cv-generator
Project designed to provide an agile and efficient solution that allows any individual to generate his or her own CV in a short period of time.
https://github.com/alejandrorm-dev/cv-generator
Last synced: 14 days ago
JSON representation
Project designed to provide an agile and efficient solution that allows any individual to generate his or her own CV in a short period of time.
- Host: GitHub
- URL: https://github.com/alejandrorm-dev/cv-generator
- Owner: AlejandroRM-DEV
- License: gpl-3.0
- Created: 2024-02-18T02:05:53.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-10T05:19:55.000Z (about 2 years ago)
- Last Synced: 2025-01-05T02:42:14.353Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://cv-generator-js.vercel.app
- Size: 243 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CV Generator
This project was born out of the pressing need my brother faced when trying to create his curriculum vitae (CV) at a time when he lacked access to a computer and a suitable template. Motivated by this situation, I embarked on the creation of a project designed to provide an agile and efficient solution that allows any individual to generate his or her own CV in a short period of time.
## Badges
[](https://opensource.org/licenses/)
## Demo
[Try it](https://cv-generator-js.vercel.app/)
## Screenshots

## Installation
Install with npm
```bash
cd cv-generator
npm install
```
## Roadmap
- Save and load json with data
- Enable/disable sections
- i18n (English, Spanish)
- Mobile render
- New templates
- Reorder sections
## Contributing
Contributions are always welcome!
See `contributing.md` for ways to get started.
Please adhere to this project's `code of conduct`.
## License
[GPLv3](https://www.gnu.org/licenses/gpl-3.0.html)
## Authors
- [@AlejandroRM-DEV](https://github.com/AlejandroRM-DEV)