🚀 CVNirman_AI A powerful AI-based tool that helps users generate professional resumes and cover letters effortlessly. Built using ReactJS, TailwindCSS, Gemini API, and Firebase for authentication, this project simplifies the job application process for job seekers and professionals alike.
✨ Features 🤖 AI-Powered Resume Builder – Generate tailored resumes based on your input.
📝 Cover Letter Generator – Create personalized cover letters in seconds.
🔐 User Authentication – Secure login and registration using Firebase.
📱 Responsive Design – Mobile-first and fully responsive UI with TailwindCSS.
🎨 Modern UI Icons – Enhanced visual experience using React Icons.
⚡ Gemini API Integration – Leverages Gemini AI for intelligent content generation.
🛠️ Tech Stack
Layer Technology 🎨 Frontend ReactJS, TailwindCSS 🔐 Auth Firebase Authentication 🤖 AI Engine Gemini API 🎯 Icons React Icons 🧪 Installation Follow these steps to set up the project locally:
📥 Clone the repository:
bash git clone https://github.com/karansundariya/CVNirmaan_AI.git cd CVNirman_AI 📦 Install dependencies:
bash
npm install 📄 .env Setup: Create a .env file in the root directory and add your Firebase and Gemini API credentials:
env
VITE_FIREBASE_API_KEY=your_firebase_api_key
VITE_FIREBASE_AUTH_DOMAIN=your_project.firebaseapp.com
VITE_FIREBASE_PROJECT_ID=your_project_id
VITE_FIREBASE_STORAGE_BUCKET=your_project.appspot.com
VITE_FIREBASE_MESSAGING_SENDER_ID=your_sender_id
VITE_FIREBASE_APP_ID=your_app_id
VITE_FIREBASE_MEASUREMENT_ID=your_measurement_id
VITE_GEMINI_API_KEY=your_gemini_api_key
bash
npm start The app will be available at: 🌐 http://localhost:3000
📜 License This project is licensed under the MIT License. Feel free to use, modify, and distribute.