Skip to content

gustavomorinaga/github-unfollow-checker

Repository files navigation

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

❔ 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 – A complete React framework for hybrid and server rendering
  • πŸ” NextAuth.js – A complete open source authentication solution for Next.js applications
  • ❇️ SWR – A React Hooks library for data fetching
  • πŸ”„ Axios – Promise based HTTP client for the browser and Node.js
  • 🎞️ Framer Motion – A production-ready motion library for React
  • πŸ‘“ Sass – A powerful and professional CSS extension language
  • ✨ React Icons – A collection of popular icons to React projects
  • 🎨 Tailwind CSS – A utility-first CSS framework packed with classes
  • 🐺 Husky – Modern native Git hooks made easy
  • πŸ’© lint-staged – Run linters against staged git files and don't let πŸ’© slip into your code base
  • πŸ““ commitlint – Helps your team adhering to a commit convention
  • πŸ“± next-pwa – A PWA plugin for Next.js
  • πŸ“ˆ 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:

    $ git clone https://github.com/gmatthewsfeuer/github-unfollow-checker.git
    $ cd github-unfollow-checker
  2. Install all dependencies of the repository:

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

    GITHUB_CLIENT_ID
    GITHUB_CLIENT_SECRET
    
    NEXTAUTH_URL
    
  4. Run this command to run the project:

    $ yarn dev

πŸ‘¨β€πŸ’» Good Hacking!

❀️ Thanks for your attention!

License

This project is licensed under the MIT License - see the LICENSE page for details.