osresume

It's a streamlined online tool designed to simplify the process of creating a resume. The core technologies I used are Next.js and MongoDB.

MIT License

Stars
92

OS Resume: Oversimplified Resume Builder

Create a professional resume in 15 minutes.

The resume builder features include a user-friendly interface built with Material UI, intuitive drag-and-drop functionality to rearrange information easily, and robust form handling capabilities powered by Formik and Yup. Additionally, users can customize their resumes with any Google Font, giving them the ability to personalize the appearance of their information even further.

💻 Screens

Landing Page Templates Page
Dashboard Page Editor Page (Empty Resume)
Resume Editor (Form Updata/Create Resume Fields) Resume Editor (Google Fonts)

Resume Editor (Manage Resume Sub Fields)

Requirements

node: v18.12.0

Getting Started

  1. Install all dependencies:
npm install
# or
yarn

If you do not have yarn installed locally on your system, you will first need to install it with the following line:

npm install -g 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