Skip to content

Latest commit

 

History

History
52 lines (34 loc) · 1.41 KB

Readme.md

File metadata and controls

52 lines (34 loc) · 1.41 KB

GitHub Chrome Extension

This Chrome extension allows users to subscribe to repositories for push and pull request notifications. Note: Intially this was a complete extension but later on this push notification service has been migrated from the extension to the web due to new Chrome Manifest V3 restrictions that do not support non-Google authentication logins.

Features

  • Subscribe to repositories to receive notifications for push and pull requests.
  • Integrated with GitHub API for real-time updates.
  • Built with Vite React, Node.js with Express, and TypeScript.

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/github-chrome-extension.git
    cd github-chrome-extension
  2. Install dependencies using npm in both client/ and server/:

    npm install
  3. Create a .env file based on .env.example and configure your environment variables.

  4. Install dependencies using npm in both client/ and server/:

    npm run dev

Screenshots

Dashboard Screenshot 2 Dashboard Screenshot 2 Pull Req Push

Contributing

Contributions are welcome! Please fork this repository and submit a pull request.

License

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

Made with ❤ by Vishnu