• Stars
    star
    420
  • Rank 103,194 (Top 3 %)
  • Language
    TypeScript
  • License
    MIT License
  • Created almost 5 years ago
  • Updated over 1 year ago

Reviews

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

Repository Details

Modern real-time design and 100% free resume builder.

WTF Resume (Resume Builder)

Modern real-time design and 100% free resume builder.

https://wtfresume.com

Simple demo:

demo

Features:

  • Real time design (drag and drop)
  • Build your resume without registration
  • Save as json file and upload and use in future
  • Export as PDF (selectable text)

Run Development Mode

This resume builder created by React and Next js

yarn dev

or

npm run dev

Structure

├── pages                   # site pages (home,resume-builder,...)
├── public                  # images and other files
├── src                    
│   ├── component           # components
│   ├── constant            # constant (colors, key, ...)
│   ├── lib                 # utils, ...
│   ├── redux               # redux core and actions
│   ├── template            # resume template (currently have only one template)
│   ├── theme               # general stylys, ...
│   └── types               # type for typescript
└── ...

Go to WTFresume website

Contributing

Yes of course! Welcome :)