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

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.

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