Skip to content

Supercharge Your Job Search With Our All-In-One Job Hunting Assistant

License

Notifications You must be signed in to change notification settings

MahirMahdi/Rapply

Repository files navigation

Logo

Rapply - The All-In-One Job Hunting Assistant

About Rapply

Job hunting can be an overwhelming and time-consuming process. Keeping track of multiple job applications, tailoring cover letters to each position, and crafting the perfect resume can be challenging for job seekers.

Rapply aims to simplify and streamline the job search journey by offering a comprehensive solution that combines an Application Tracker, Personalized Cover Letter Generator, and Resume Builder.

demo.mp4

(back to top)

Built With

  • Refine
  • React
  • OpenAI
  • Appwrite
  • MUI

(back to top)

Installation

  1. Clone the repo

    git clone https://github.com/your_username_/Project-Name.git
  2. Change directory and install dependencies

    cd rapply
    npm install
  3. Create a .env

    cp .env.example .env
    
  4. Go to .env and fill up these credentials using your appwrite project details

    VITE_APPWRITE_API_ENDPOINT = 'YOUR_APPWRITE_API_ENDPOINT'
    VITE_APPWRITE_PROJECT_ID = 'YOUR_APPWRITE_PROJECT_ID'
    VITE_APPWRITE_API_KEY = 'YOUR_APPWRITE_API_KEY'
    
  5. Now initialize the database

    npm run initdb
    
  6. Go to your appwrite project dashboard and fill up rest of the credentials of .env

  7. Go to OpenAI and get your API key. After that paste it here

    VITE_OPENAI_API_KEY = 'YOUR_OPENAI_API_KEY'
    
  8. Now start the server

    npm start

This will start the server on http://localhost:5173

(back to top)

Features

1. Personalized Cover Letter Generator

Rapply's Personalized Cover Letter Generator takes the stress out of writing individual cover letters. By analyzing the job description, it generates customized cover letters that highlight your relevant skills and experiences, increasing your chances of catching the recruiter's attention.

Untitled.Project.mp4

2. Application Tracker

Keep your job search organized with Rapply's intuitive Application Tracker. Easily manage and monitor the status of all your job applications in one central location. Say goodbye to scattered notes and missed opportunities, as Rapply ensures you stay on top of your job hunt effortlessly.

application.tracker.mp4

3. Resume Builder

Crafting an impressive and professional resume can be challenging, especially if you're unsure of the best format and content. Rapply's Resume Builder comes to the rescue, offering a user-friendly interface to create compelling resumes with ease. Input your details, work history, skills, and education, and Rapply will generate a polished and optimized resume that showcases your qualifications effectively. Stand out in the job market with a professionally designed resume that leaves a lasting impression.

Untitled.Project.mp4

(back to top)

License

Distributed under the Apache License. See LICENSE for more information.

(back to top)