GitHub Repo Creator

This application allows you to turn a local folder into a GitHub repository through a simple Java GUI.

How It Works

  1. Select a folder containing your project
  2. Enter your desired GitHub repository name and description
  3. Paste your GitHub personal access token
  4. Choose whether the repo should be public or private
  5. Click Create GitHub Repo
  6. The program will initialize Git, commit, create the GitHub repo, and push

System Requirements

Disclaimer

This is a prototype application. It is not yet intended for commercial use, and has no advanced error handling or production-level safeguards.