A simple Chrome extension to display user stats and repositories from GitHub.
- Fetch and display the following GitHub user stats:
- Username
- Avatar
- Public Repositories
- Followers
- Following
- Last Updated
- Recent activity
- Fetch and display a list of user repositories (paginated)
- Clone or download this repository.
- Open the Chrome browser and navigate to
chrome://extensions
. - Enable "Developer mode" in the top right corner.
- Click the "Load unpacked" button and select the directory containing the downloaded repository.
- Click the GitHub Stats extension icon in the Chrome toolbar.
- Enter your GitHub username in the input field.
- Click the "Submit" button.
- The extension will fetch and display your GitHub stats and repositories.
- HTML
- CSS (Tailwind CSS)
- JavaScript
- Chrome Extension API
MIT