An open API service indexing awesome lists of open source software.

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

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)