ResumeCraft is an AI-powered resume builder designed to help users create professional, customized resumes with ease. By leveraging AI, ResumeCraft ensures that each resume is tailored to highlight the user’s skills, experience, and achievements effectively.
-
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.2.5
-
Authentication: Clerk
-
AI Integration: Gemini API
-
Styling: TailwindCSS
-
Backend: Node.js
-
Database: MongoDB
- Node.js (v22.0 or later) and npm (v6 or later) installed on your computer.
-
Clone the Repository
git clone https://github.com/exclusiveabhi/ai-resume-builder.git
-
Navigate to the Project Directory
cd ai-resume-builder
-
Install Dependencies
npm install
-
Start the application
npm run dev
The app will be running on
http://localhost:3000
. -
Configure Environment Variables
Create a
.env.local
file in theroot
directory and set the required environment variables. Refer to.env.local.example
for the required necessary details.
If you would like to contribute to ResumeCraft, please follow these steps:
-
Fork the Repository
-
Create a New Branch
git checkout -b feature/YourFeatureName
-
Make Your Changes
-
Commit Your Changes
git commit -am 'Add new feature'
-
Push to the Branch
git push origin feature/YourFeatureName
-
Create a Pull Request
For any questions or feedback, please open an issue on the GitHub repository.