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

https://github.com/msaifulhuda/unfollow-checker-instagram

Unfollow Checker is a Next.js web app to track and manage Instagram unfollowers with features like data import, unfollower lists, and responsive design.
https://github.com/msaifulhuda/unfollow-checker-instagram

nextjs typescript unfollowertracker vercel website

Last synced: 2 months ago
JSON representation

Unfollow Checker is a Next.js web app to track and manage Instagram unfollowers with features like data import, unfollower lists, and responsive design.

Awesome Lists containing this project

README

          

# Unfollow Checker for Instagram

Unfollow Checker is a web application built with [Next.js](https://nextjs.org/) that helps users track and manage their Instagram unfollowers efficiently.

## Features

- **Import Instagram Data**: Upload your Instagram account's JSON data to manage unfollowers without requiring a login.
- **Unfollowers List**: View a list of users who have unfollowed you.
- **Follow/Unfollow Actions**: Manage your followers directly from the app.
- **Responsive Design**: Optimized for both desktop and mobile devices.

## Installation

1. Clone the repository:
```bash
git clone https://github.com/msaifulhuda/unfollow-checker-instagram.git
cd unfollow-checker-instagram
```

2. Install dependencies:
```bash
npm install
```

3. Start the development server:
```bash
npm run dev
```

4. Open [http://localhost:3000](http://localhost:3000) in your browser.

## Deployment

To deploy the application, you can use platforms like [Vercel](https://vercel.com/) or [Netlify](https://www.netlify.com/). Follow their documentation for deploying Next.js applications.

## Contributing

Contributions are welcome! Please follow these steps:

1. Fork the repository.
2. Create a new branch:
```bash
git checkout -b feature-name
```
3. Commit your changes:
```bash
git commit -m "Add feature-name"
```
4. Push to the branch:
```bash
git push origin feature-name
```
5. Open a pull request.

## Acknowledgments

- Built with [Next.js](https://nextjs.org/)
- Inspired by Instagram's API capabilities

---

Made with ❤️ by [@msaifulhuda](https://github.com/msaifulhuda). Contributions, issues, and feature requests are welcome!