RapidRecruit 📈
Created by: Paul Cavallo, June Ka, and Jake Pauls
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.
- Clone this repository
$ git clone git@github.com:jake-pauls/rapid-recruit.git
- Pull node dependencies (yarn)
$ yarn
- Run frontend and backend
$ cd ext && yarn dev
$ cd scp && go run .
- Open Google Chrome > Navigate to "chrome://extensions" > Click "Load Unpacked" > Open the
manifest.json
file in theext/build
folder
Note: If any manifest other than the build version is added, the extension may not work as intended.
Please note that this extension was purely a proof-of-concept that was created purely for educational purposes only.