GitHub Quick Delete

Anyone that has ever had to delete their repositories will know the time consuming process of doing it through the GitHub UI.

This is a simple app that calls the GitHub API, displays your public repositories, and allows you to delete the unwanted ones quickly.

Adding a Personal Token

If you do not already have a Personal Access Token, or would like to create a new one. Add it here

Create a .env file in the root of the app and add the following code, replacing the *"your-access-token"*with your own.

GITHUB_API_TOKEN="your-access-token"