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

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.

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

[![GPLv3 License](https://img.shields.io/badge/License-GPL%20v3-yellow.svg)](https://opensource.org/licenses/)

## Demo

[Try it](https://cv-generator-js.vercel.app/)

## Screenshots

![App Screenshot](https://via.placeholder.com/468x300?text=App+Screenshot+Here)

## 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)