Skip to content

A career development web app that generates professional resumes, offers personalized LinkedIn job recommendations, and provides skill gap analysis with learning suggestions to help users optimize their career growth.

Notifications You must be signed in to change notification settings

prosenjit07/PathOptimzer

Repository files navigation


Project Banner

nextjs mongodb tailwindcss clerk typescript

PathOptimzer

PathOptimzer is designed to make resume creation effortless. With the help of AI, users can generate, update, and customize their resumes, ensuring they stand out to potential employers. The application is secure, user-friendly, and highly customizable.

➥ Visit PathOptimzer App
  • AI-Powered Resume Generation: Generate a professional resume using AI.

  • User Authentication: Secure login and registration with Clerk.

  • Real-Time Preview: See live updates as you fill out the resume form.

  • Easy Customization: Edit sections like experience, education, skills, and more.

  • Save and Share: Save your resume and share a link with potential employers.

  • Responsiveness: Ensures the application adapts seamlessly to various screen sizes and devices.

  • Frontend: Next.js 14

  • Authentication: Clerk

  • AI Integration: Gemini API

  • Styling: TailwindCSS

  • Backend: Node.js

  • Database: MongoDB

Follow these steps to set up the project locally on your machine.

Prerequisites

Make sure you have the following installed on your machine:

Cloning the Repository

git clone https://github.com/prosenjit07/PathOptimzer.git
cd PathOptimzer

Installation

Install the project dependencies using npm:

npm install

Set Up Environment Variables

Create a new file named .env in the root of your project and add the following content:

NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=
CLERK_SECRET_KEY=

NEXT_PUBLIC_CLERK_SIGN_IN_URL=/sign-in
NEXT_PUBLIC_CLERK_SIGN_UP_URL=/sign-up

MONGODB_URL=

GEMINI_API_KEY=

BASE_URL=localhost:3000

Replace the placeholder values with your actual credentials. You can obtain these credentials by signing up for the corresponding websites on Clerk, MongoDB and Google AI Studio.

Running the Project

npm run dev

Open http://localhost:3000 in your browser to view the project.

🤝 Contributing

Contributions are welcome! Here's how you can contribute:

  • Fork the repository.
  • Create your feature branch (git checkout -b feature/AmazingFeature).
  • Commit your changes (git commit -m 'Add some AmazingFeature').
  • Push to the branch (git push origin feature/AmazingFeature).
  • Open a pull request.

📬 Contact

Wanna reach out to me? DM me at 👇

Email:prosenjitbiswas983@gmail.com

About

A career development web app that generates professional resumes, offers personalized LinkedIn job recommendations, and provides skill gap analysis with learning suggestions to help users optimize their career growth.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •