Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 1.36 KB

README.md

File metadata and controls

33 lines (19 loc) · 1.36 KB

GitGuru Frontend

This project is a browser extension that enhances the GitHub issue page by injecting a UI and providing additional features.

Git.Guru._.Devshouse.2K24.mp4

Features

  • Automatic detection of the active web page to determine if it is a GitHub issue page.
  • Injection of the extension UI into the GitHub issue page.
  • Default fetch request to the backend API to retrieve the summary of the issue conversation.
  • Explanation tab: Provides an explanation of the entire issue.
  • Solution tab: Offers possible solutions to the issue.

Installation

  1. Clone the repository by running the following command: https://github.com/re-juvenate/gitGuru-frontend.git
  2. This project is built with pure JavaScript and CSS, so no additional dependencies are required.

Usage

  1. Load the extension in your browser:
    • Chrome: Open the Extensions page (chrome://extensions), enable Developer mode, click on "Load unpacked", and select the GitGuru Fronend folder.
    • Firefox: Open the Add-ons Manager (about:addons), click on the gear icon, select "Debug Add-ons", click on "Load Temporary Add-on", and select the manifest.json file.
    • The extension should now be loaded. Visit any GitHub issue to see it in action.

License

This project is licensed under the MIT License.