A Chrome Extension to allow you to take notes during videos. If you'd like to try it out locally, follow these instructions:
- Git clone this repo
- Make sure to clone the backend repo and follow its instructions. Backend repo instructions can be found here: https://github.com/EddieJ03/ytnotes-backend
- After you run the last instruction from the backend repo, something like the following should show up in terminal:
Take the number that shows up in the bottom one (or the X in http://127.0.0.1/X), and replace the PORT constant in
popup.js
with it! - Open chrome and click "Manage Extensions":
- Toggle "Developer mode" in the upper-right corner to on
- Click "Load unpacked" in the upper left and navigate to the cloned repo
- You can now use this extension!