Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 743 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 743 Bytes

Auto Join Google Meet

Description

We are all fed up of keeping track of google meet links for our lectures. This chrome extension tries to make your life a bit easy!

Tech stack

We've used React JS for frontend. Backend workflow is established using chrome.storage and chrome.alarms

Steps to run locally

  1. Make sure you have Node.js installed on your machine
  2. Clone this repository git clone https://github.com/devlup-labs/meet-scheduler.git
  3. Run npm install to install the dependencies
  4. Run npm start
  5. Load your extension on Chrome:
    1. Go to chrome://extensions/
    2. Turn on Developer mode
    3. Click on Load unpacked extension
    4. Select the build folder