/rapid-recruit

Recruiting chrome extension built with React and Astro! 🚀

Primary LanguageJavaScriptMIT LicenseMIT

RapidRecruit

RapidRecruit 📈
Created by: Paul Cavallo, June Ka, and Jake Pauls

Overview

RapidRecruit is a tool that seeks to extend, improve, and innovate upon a modern recruiting workflow.

As a Chrome extension, RapidRecruit instantly provides a handful of potential recruits based on keywords entered by the user.

Installation and Use

  1. Clone this repository
$ git clone git@github.com:jake-pauls/rapid-recruit.git
  1. Pull node dependencies (yarn)
$ yarn
  1. Run frontend and backend
$ cd ext && yarn dev
$ cd scp && go run .
  1. Open Google Chrome > Navigate to "chrome://extensions" > Click "Load Unpacked" > Open the manifest.json file in the ext/build folder

Note: If any manifest other than the build version is added, the extension may not work as intended.

Note on Use

Please note that this extension was purely a proof-of-concept that was created purely for educational purposes only.