michaelmov / resume-builder

A free and open source resume builder made for developers. You can quickly put together a simple resume using clean templates and export as a PDF.

Home Page:https://resume-builder-dev-e1417.web.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Developer Resume Builder


Live

A free and open source resume builder made for developers. You can quickly put together a simple resume using clean templates and export as a PDF.

Highlights

  • PDF export vectorized and ATS compatible.
  • You own your data. All data is stored an local storage of your browser and can be exported and imported.
  • Uses JSON Resume standard, so you can import an existing resume.

Local Development

Simply clone this repo, run npm install followed by npm run dev to start a local Vite server.

PDF Export

This application uses serverless firebase cloud functions to export a pdf and can hosted on Firebase.

To get cloud functions working locally follow these steps:

  1. Create a firebase project.
  2. Install Firebase CLI.
  3. Run firebase init at the root and make sure to enable "Cloud functions" and "Hosting" services.
  4. Run firebase init emulators and make sure to enable the "Functions" emulator
  5. Run cd functions && npm run serve to compile, build serverless cloud functions and start the local emulator.

About

A free and open source resume builder made for developers. You can quickly put together a simple resume using clean templates and export as a PDF.

https://resume-builder-dev-e1417.web.app/


Languages

Language:TypeScript 96.8%Language:JavaScript 1.6%Language:HTML 0.8%Language:CSS 0.8%