DevTony101 / JFXGithubClient

A JavaFX Github Client (For Demonstration Purposes Only).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JFXGithubClient

A JavaFX Github Client (For Demonstration Purposes Only).

Banner1

The project uses the Github API for Java. You can use it as soon as you download the project.

Feautures

The project currently supports the following operations:

  • Log in to your GitHub user account
  • List all your followers
  • List and search through all your repositories (Private and Public)
  • Delete a repository (Be careful!)

Future Improvements

  • As shown in the documentation, is a bad idea to authenticate a user with its password directly, so a future version of the project might try with the Personal Access Token.
  • To show the file directory of the project.
  • Implement the rest of the GitHub functions.

Inspiration

The app's design is based on GitHub's actual page. Thanks to the guys at github-api for their well documented API.

About

A JavaFX Github Client (For Demonstration Purposes Only).


Languages

Language:Java 99.0%Language:CSS 1.0%