Skip to content

Resume Builder => Built with Material UI, Drag & Drop (rearrange info), Form Handling (Formik & Yup), Supports All Google Fonts (change font of resume)

License

Notifications You must be signed in to change notification settings

eyob-muktar/osresume

 
 

Repository files navigation

OS Resume: Oversimplified Resume Builder

Create a professional resume in 15 minutes.

OS Resume Editor DEMO

💻 Screens

Landing Page Templates Page
OS Resume Landing Page OS Resume Templates Page
Dashboard Page Editor Page (Empty Resume)
=OS Resume Dashboard Page OS Resume Editor Page
Resume Editor (Form Updata/Create Resume Fields) Resume Editor (Google Fonts)
=OS Resume Manage Sub Fields =OS Resume Google Fonts Support

Resume Editor (Manage Resume Sub Fields) =OS Resume Manage Sub Fields

Requirements

node: v18.12.0

Getting Started

  1. Install all dependencies:
npm install
# or
yarn 
  1. Goto Clerk Dashboard and create an application you will get the below mentioned credentials. (Step: 3)

  2. Create a .env file in the root folder. Add these env configs...

    NEXT_PUBLIC_CLERK_SIGN_IN=<CLERK SIGN IN> NEXT_PUBLIC_MONOGO_URI=<MongoDB URI> NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=<CLERK PUBLISHABLE KEY> CLERK_SECRET_KEY=<CLERK SECRET KEY>

  3. Seeder Script (Optional)
    To seed
    Set "type":"module" in package.json,
    Modify acc. to you needs
    RUN!

    Enjoy

Support

Buy Me A Coffee

Vishwajeet Raj – vishwajeet.netlify.app

About

Resume Builder => Built with Material UI, Drag & Drop (rearrange info), Form Handling (Formik & Yup), Supports All Google Fonts (change font of resume)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.2%
  • CSS 0.8%