This project is an AI-powered CV creation platform designed to assist users in building professional resumes and cover letters. The platform offers smart suggestions during CV creation, a CV ranker that evaluates your CV against job descriptions, and an AI-generated cover letter tailored to job applications.
- AI-Powered CV Builder: Offers smart, personalized suggestions for building your CV.
- CV Ranker: Compares your CV to job descriptions and provides a match percentage.
- Cover Letter Generator: Creates tailored cover letters based on your CV and job requirements.
- Real-Time CV Customization: Edit and customize your CV with instant previews.
- Cloud Storage: Save and access your CVs and cover letters securely with Firebase.
- Frontend: React.js (powered by Vite for fast development)
- Styling: Tailwind CSS for responsive and modern UI design
- Backend/Database: Firebase for authentication and cloud storage
- AI Integration: Autogon AI for generating suggestions, ranking CVs, and creating cover letters
- Hosting: Vercel Hosting
- Node.js and npm (or yarn) installed.
- Firebase account for cloud storage and hosting.
- Clone the repository:
git clone https://github.com/onuorachidimma/ElevateCV cd your-repo-name
- Create a .env file in the root of your project and add your Firebase and Autogon AI API keys
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- @vitejs/plugin-react uses Babel for Fast Refresh
- @vitejs/plugin-react-swc uses SWC for Fast Refresh