Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jamalsoueidan/cv-editor
- Owner: jamalsoueidan
- Created: 2024-10-28T22:24:30.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-05T00:12:33.000Z (about 2 months ago)
- Last Synced: 2024-11-05T01:19:21.214Z (about 2 months ago)
- Topics: convex, mantine-ui, react-pdf, vercel-deployment
- Language: TypeScript
- Homepage: https://cv-editor-three.vercel.app
- Size: 825 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```