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

https://github.com/etsi0/cv-maker

I didn't want to pay for cv/resume builders anymore so i built my own
https://github.com/etsi0/cv-maker

cv-builder resume-builder typescript

Last synced: 29 days ago
JSON representation

I didn't want to pay for cv/resume builders anymore so i built my own

Awesome Lists containing this project

README

          

# CV Maker

A web application for creating professional CVs and resumes.

## Prerequisites

- Node.js

## Installation

1. Clone the repository:

```bash
git clone https://github.com/Etsi0/cv_maker
cd cv_maker
```

2. Install dependencies:

```bash
npm install
```

## Running the Application

1. Build and start the application:

```bash
npm run build # you only need to run this once

npm run start
```

2. Open your browser and navigate to the link that is displayed in your terminal

## Using the Application

1. Create your CV/resume using the interface

2. Save your settings:

- Locate the settings panel
- Use the Export button at the bottom to save your configuration

## Printing to PDF

1. Press `Ctrl + P` (Windows/Linux) or `⌘ + P` (macOS)
2. Configure the following settings:
- Destination: `Save to PDF`
- Orientation: `Portrait`
- Pages: `All`
- Colour mode: `Colour`
- Paper size: `A4`
- Scale: `98`
- Pages per sheet: `1`
- Margins: `None`
- Options:
- Print headers and footers: `true` or `false`
- Print backgrounds: `true`