https://github.com/hc-oss/hacktoberfest-topic-apply
A friendly GUI for managing hacktoberfest topic
https://github.com/hc-oss/hacktoberfest-topic-apply
api-rest github hacktoberfest labels topic
Last synced: 7 days ago
JSON representation
A friendly GUI for managing hacktoberfest topic
- Host: GitHub
- URL: https://github.com/hc-oss/hacktoberfest-topic-apply
- Owner: hc-oss
- License: mit
- Created: 2020-10-03T18:36:20.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-10-01T06:55:23.000Z (over 4 years ago)
- Last Synced: 2025-07-29T21:49:38.605Z (9 months ago)
- Topics: api-rest, github, hacktoberfest, labels, topic
- Language: TypeScript
- Homepage: https://hf-topic-apply.vercel.app
- Size: 354 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hacktoberfest Topic Apply
Deployed at https://hf-topic-apply.vercel.app
Apply or Remove hacktoberfest Topic at Ease
- Friendly GUI
- Select one-by-one or select all
- Secure: Your key is never sent anywhere except GitHub API
- Creates hacktoberfest related labels (`hacktoberfest-accepted`, `invalid` and `spam`)
### 🔧 Running Development Server
First, run the development server:
```bash
yarn install
yarn dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
You can start editing the page by modifying `pages/index.tsx`. The page auto-updates as you edit the file.
## 🤠Credits
https://github.com/do-community/hacktoberfest-repo-topic-apply Original CLI version written in Go
## 📜 License
MIT © [harshzalavadiya](https://github.com/harshzalavadiya)