EasyApp-RPI / EasyApp

EasyApp is a chrome extension that allows users to autofill job applications, draft application responses, navigate job listings, tweak user resumes to fit job description, and much more!
MIT License
10 stars 2 forks source link

EasyApp Chrome Extension 🚀

EasyApp Logo

Welcome to EasyApp, your one-stop solution for navigating job listings with ease. Job hunting has never been this effortless!

Table of Contents

Features

Contributing

Anyone is allowed to contribute to EasyApp. The guidelines for contribution can be found in the Contributing file.

Getting Started

Installation

  1. Clone this repository:

    git clone https://github.com/EasyApp-RPI/EasyApp.git
  2. Open the repository on your machine and install node packages with:

    npm install
  3. Then build the chrome extension with:

    npm run build
  4. Open Chrome and navigate to chrome://extensions/.

  5. Enable "Developer mode" (usually a toggle in the top right).

  6. Click on "Load unpacked" and select the EasyApp/extension directory.

  7. The EasyApp extension icon should now appear in your Chrome toolbar. Click on it and enjoy!

Dive into Chrome Extensions

If you're new to Chrome extensions, here are some resources to get you started:

License

This project is licensed under the MIT License. See the LICENSE file for details.

A Rensselaer Center for Open Source project