GitCalc is a simple web application that fetches GitHub repository information through the Github's API. This project allows you to search for repositories on GitHub by specifying the owner and the repository name.
Before running this project, make sure you have the following installed:
Clone this repository to your local machine:
git clone https://github.com/sudo-arash/GitCalc.git
Navigate to the project directory:
cd GitCalc
Install the dependencies:
bun install
Run the development server:
bun dev
Open your browser and navigate to http://localhost:5173 to use the GitCalc app.
Enter the repository owner and name in the provided form and click on Fetch Info to retrieve the repository details.
The repository information will be displayed in a modal upon successful fetch.
If you have already guessed by the name, this project was meant to calculate the size of a GitHub REPO. Because I used Github's API all the time to get the size of repos where I had planned to clone, so I decided to make something like this. This project helps me and probably you.
I hope you like it. If you do, please star and fork the repo to help me out with it.
Cheers everybody!