Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gustavomorinaga/github-unfollow-checker

Tool to check who doesn't follow you back on GitHub 🧐
https://github.com/gustavomorinaga/github-unfollow-checker

axios commitlint followers framer-motion github gustavomorinaga husky lint-staged nextauthjs nextjs pwa react-icons sass scss seo swr tailwindcss typescript unfollowers

Last synced: 11 days ago
JSON representation

Tool to check who doesn't follow you back on GitHub 🧐

Awesome Lists containing this project

README

        


GitHub Unfollow Checker




Logotipo do Projeto




A simple tool to check the users that doesn't follow you back 🧐

---





Powered by Vercel






License MIT






Powered By Coffee
Made with TypeScript
Made with TypeScript

## 🚀 [Demo](https://github-unfollow-checker.vercel.app)

## ❔ About

This project allow you to check and unfollow the users that doesn't follow you back in the GitHub.

One of the schemes that some social media users use to earn more followers is to follow the person and then stop following later on. And it looks like this scheme is being used here on GitHub as well.

To find those users who use such a scheme, this project will help you with that!

## 🌟 Features

This app features all the latest tools and good practices in web development!

- ⚛️ [Next.js](https://nextjs.org/) – A complete React framework for hybrid and server rendering
- 🔐 [NextAuth.js](https://next-auth.js.org/) – A complete open source authentication solution for Next.js applications
- ❇️ [SWR](https://swr.vercel.app/) – A React Hooks library for data fetching
- 🔄 [Axios](https://github.com/axios/axios) – Promise based HTTP client for the browser and Node.js
- 🎞️ [Framer Motion](https://www.framer.com/motion/) – A production-ready motion library for React
- 👓 [Sass](https://sass-lang.com/) – A powerful and professional CSS extension language
- ✨ [React Icons](https://react-icons.github.io/react-icons/) – A collection of popular icons to React projects
- 🎨 [Tailwind CSS](https://tailwindcss.com/) – A utility-first CSS framework packed with classes
- 🐺 [Husky](https://github.com/typicode/husky) – Modern native Git hooks made easy
- 💩 [lint-staged](https://github.com/okonet/lint-staged) – Run linters against staged git files and don't let 💩 slip into your code base
- 📓 [commitlint](https://commitlint.js.org/#/) – Helps your team adhering to a commit convention
- 📱 [next-pwa](https://github.com/shadowwalker/next-pwa) – A PWA plugin for Next.js
- 📈 [next-seo](https://github.com/garmeeh/next-seo) – A plugin that makes managing your SEO easier in Next.js projects

## ▶️ Get Started

1. Clone this repository into your machine and enter in the created folder:

```bash
$ git clone https://github.com/gmatthewsfeuer/github-unfollow-checker.git
$ cd github-unfollow-checker
```

2. Install all dependencies of the repository:

```bash
$ yarn install
```

3. Create a `.env.local` file in the root of the project, containing this variables:

```init
GITHUB_CLIENT_ID
GITHUB_CLIENT_SECRET

NEXTAUTH_URL
```

4. Run this command to run the project:

```bash
$ yarn dev
```

👨‍💻 Good Hacking!

## ❤️ Thanks for your attention!

### License

This project is licensed under the MIT License - see the [LICENSE](https://opensource.org/licenses/MIT) page for details.