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

https://github.com/HappyHackingSpace/unfollows


https://github.com/HappyHackingSpace/unfollows

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# Unfollowers Finder for GitHub

Unfollowers Finder for GitHub is a web application that helps you identify users you are following on GitHub but who are not following you back. This tool simplifies the process of managing your GitHub network and staying informed about your connections.

## Live
Check out the live @ https://unfollo.ws

![Unfollowers Finder](/public/images/unfollowers-finder-github.gif)

## Table of Contents

- [Features](#features)
- [Technologies](#technologies)
- [Installation](#installation)
- [Contributing](#contributing)
- [License](#license)

## Features

- **Identify Unfollowers:** Find GitHub users who are not following you back.
- **Interactive Interface:** User-friendly design with easy navigation.
- **GitHub Authentication:** Securely log in using your GitHub account.
- **Responsive Design:** Access the tool from various devices with a responsive layout.

## Technologies Used

- **Next.js:** React framework for building web applications.
- **React:** JavaScript library for building user interfaces.
- **Tailwind CSS:** Utility-first CSS framework for styling.
- **Schadcn UI:** React component library for building UI.
- **Zod:** TypeScript-first schema declaration and validation library.
- **Vercel:** Cloud platform for static sites and serverless functions.

## Installation

To run the Unfollowers Finder for GitHub web app locally, follow these steps:

1. Clone the repository:

```bash
git clone https://github.com/HappyHackingSpace/unfollowers-finder-github.git
```

2. Navigate to the project directory:

```bash
cd unfollowers-finder-github
```

3. Install the dependencies:

```bash
npm install
```

4. Run the development server:

```bash
npm run dev
```

6. Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

### Database
The application do not use any database. It uses the GitHub API to fetch the data.

## Contributing

Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request. Follow these steps to contribute:

1. Fork the repository.
2. Create a new branch for your feature or bug fix.
3. Make the necessary changes and commit those changes.
4. Push your code to your forked repository.
5. Submit a pull request describing the changes you made.

Please make sure to follow the existing code style and conventions.

## License

[MIT](https://choosealicense.com/licenses/mit/)

Feel free to explore the codebase and make it your own! If you have any questions, reach out to the project maintainers or create an issue on GitHub.

We hope you find Unfollowers Finder for GitHub useful to manage your GitHub network effortlessly! Enjoy the application and stay informed about the people you follow on GitHub!

Feel free to modify the content according to your specific project details, and customize the sections as per your requirements.

Also, don't forget to star the repository if you like the project. Happy Coding! :rocket: