A web app built with React + Express that lets you bulk delete repositories with just a few clicks.
You can access the app on gitcleanup.com, or deploy your own instance on Heroku:
To run the app locally, you'll need to set your GitHub OAuth app credentials as environment variables (GITHUB_CLIENT_ID
and GITHUB_CLIENT_SECRET
). Then run npm run dev
to start the Express server and the React app.