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.
- Host: GitHub
- URL: https://github.com/msaifulhuda/unfollow-checker-instagram
- Owner: msaifulhuda
- Created: 2025-04-08T00:54:15.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-08T01:12:41.000Z (about 1 year ago)
- Last Synced: 2025-09-04T07:30:10.454Z (10 months ago)
- Topics: nextjs, typescript, unfollowertracker, vercel, website
- Language: TypeScript
- Homepage: https://unfollow-checker-instagram.vercel.app
- Size: 65.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!