Skip to content

An open-source chrome extension that generates proposals using the OpenAI API.

Notifications You must be signed in to change notification settings

theharoonali/upwork-fellow-ai-proposal-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 

Repository files navigation

Upwork Fellow - Your AI Companion

Upwork Fellow Banner

Upwork Fellow is an open-source Chrome extension designed to help freelancers generate compelling proposals using the power of the OpenAI API. With just a few clicks, you can create professional and persuasive proposals tailored to your client's needs, increasing your chances of landing more projects. Perfect for freelancers on Upwork and other freelance platforms.

Run Front-End

  1. npm install
  2. npm start

Run Backend

  1. npm install
  2. npm run build:watch (terminal 1)
  3. npm start (terminal 2)

How to add in the Chrome Extension

  1. Go to client folder
  2. npm run build
  3. Go to chrome
  4. Click on load unpacked
  5. Select the build folder