Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jamalsoueidan/cv-editor

This CV editor app lets you create CVs easily using a web interface and download them as PDF files—just a straightforward tool for building professional CVs.
https://github.com/jamalsoueidan/cv-editor

convex mantine-ui react-pdf vercel-deployment

Last synced: about 2 months ago
JSON representation

This CV editor app lets you create CVs easily using a web interface and download them as PDF files—just a straightforward tool for building professional CVs.

Awesome Lists containing this project

README

        

# CV Editor - Built with Remix and React-PDF

![Application](screenshots/frontpage.png)
![Edit](screenshots/new-cv-editor.png)

This is a browser-based CV Editor powered by [Remix](https://remix.run/) and [react-pdf](https://react-pdf.dev/), enabling users to create, edit, and export CVs in PDF format.

## Getting Started

This project uses Remix for seamless development and deployment, with React-PDF for rendering CVs as PDF documents directly in the browser.

### Prerequisites

Ensure you have [Node.js](https://nodejs.org/) and [npm](https://www.npmjs.com/) installed.

## Development

Run the dev server:

```bash
npm run dev
```