sramezani / resume-builder

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

Home Page:https://wtfresume-sramezani.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

https://wtfresume-sramezani.vercel.app/

License:MIT License


Languages

Language:TypeScript 39.6%Language:JavaScript 39.1%Language:SCSS 20.5%Language:CSS 0.7%