Skip to content

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

License

Notifications You must be signed in to change notification settings

dlipahir/resume-builder

 
 

Repository files navigation

WTF Resume (Resume Builder)

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

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
└── ...

Contributing

Yes of course! Welcome :)

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 39.8%
  • JavaScript 39.0%
  • SCSS 20.5%
  • CSS 0.7%