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
- Host: GitHub
- URL: https://github.com/etsi0/cv-maker
- Owner: Etsi0
- License: mit
- Created: 2024-11-23T15:48:08.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-04-06T15:11:38.000Z (about 1 year ago)
- Last Synced: 2025-04-06T16:23:49.854Z (about 1 year ago)
- Topics: cv-builder, resume-builder, typescript
- Language: TypeScript
- Homepage: https://cv-maker.phadonia.com
- Size: 241 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`