Ever wondered how big that repository really is, or wanted to quickly get a handle on its key stats? Git-Bit is here to help!
This website provides a quick and easy way to get valuable information about any GitHub repository, with a focus on size, but offering much more than just that.
- Fetch Repository Data: Enter a GitHub repository URL to fetch its details.
- Download Repositories: Easily download the repository as a ZIP file.
- User-Friendly Interface: straightforward and minimal UI
Clone the repository
git clone https://github.com/AmanuelCh/git-bit.git
Navigate to the project directory and install dependencies
npm install
Create a .env
file in the root of the project and add your GitHub access token
VITE_GITHUB_ACCESS_TOKEN=your_personal_access_token
Finally run the dev server
npm run dev