https://github.com/wiazeph/github-unfollowers-checker
Application to detect who does not follow you on your GitHub account.
https://github.com/wiazeph/github-unfollowers-checker
axios axios-react context-api context-api-react github-api project prop-types react react-vite reactjs tailwind tailwind-css tailwindcss unfollowers unfollowers-app unfollowers-github vite
Last synced: 7 months ago
JSON representation
Application to detect who does not follow you on your GitHub account.
- Host: GitHub
- URL: https://github.com/wiazeph/github-unfollowers-checker
- Owner: Wiazeph
- Created: 2023-09-12T00:09:51.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-17T12:52:49.000Z (over 1 year ago)
- Last Synced: 2025-04-11T03:16:37.087Z (7 months ago)
- Topics: axios, axios-react, context-api, context-api-react, github-api, project, prop-types, react, react-vite, reactjs, tailwind, tailwind-css, tailwindcss, unfollowers, unfollowers-app, unfollowers-github, vite
- Language: JavaScript
- Homepage: https://github-unfollowers-checker.vercel.app
- Size: 75.2 KB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GitHub-Unfollowers-Checker
An application where you can find those who do not follow you on your GitHub account. With simple usage, you only need to enter your username. Then you will be able to find those who do not follow you in a list.
## Technologies, Tools or Packages Used
[React JS](https://react.dev/) + [GitHub API](https://docs.github.com/en/rest) + [Axios](https://axios-http.com/) + [Tailwind CSS](https://tailwindcss.com/) + [prop-types](https://www.npmjs.com/package/prop-types) + [Vite](https://vitejs.dev/)
## Run Locally
Clone the project
```bash
git clone https://github.com/Wiazeph/GitHub-Unfollowers-Checker.git
```
Go to the project directory
```bash
cd GitHub-Unfollowers-Checker
```
Install dependencies
```bash
npm install
```
Start the server
```bash
npm run dev
```
# React + Vite
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh
- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh