• Stars
    star
    168
  • Rank 218,240 (Top 5 %)
  • Language
    TypeScript
  • Created 8 months ago
  • Updated 6 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A free web-based resume editor based on writing YAML with realtime preview and PDF export.

Devices preview

DevResume

Resume creator based on writing YAML with live preview and PDF export.


Website: https://devresume.app

Completely free • No sign-up • Live preview • Works offline • Unlimited exports

Motivation

DevResume helps developers and technical people write their resume instead of wrestling with buttons and menus. The configuration is based on a subset of the JSON resume standard. It includes only the actually useful parts of it. The best practices are already taken care of based on the recommendations from the book The Tech Resume Inside Out. You are free to focus on the content.

Scripts

In the project directory, you can run:

npm run dev

Runs the app in the development mode.
Open http://127.0.0.1:5173/ to view it in the browser.

npm run build

Builds the app for production in the dist folder.

npm run test

Runs the unit and integrations tests using Vitest.

npm run test:e2e

Runs the E2E tests using Playwright.