Unfollow Checker is a web application built with Next.js that helps users track and manage their Instagram unfollowers efficiently.
- 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.
-
Clone the repository:
git clone https://github.com/msaifulhuda/unfollow-checker-instagram.git cd unfollow-checker-instagram
-
Install dependencies:
npm install
-
Start the development server:
npm run dev
-
Open http://localhost:3000 in your browser.
To deploy the application, you can use platforms like Vercel or Netlify. Follow their documentation for deploying Next.js applications.
Contributions are welcome! Please follow these steps:
- Fork the repository.
- Create a new branch:
git checkout -b feature-name
- Commit your changes:
git commit -m "Add feature-name"
- Push to the branch:
git push origin feature-name
- Open a pull request.
- Built with Next.js
- Inspired by Instagram's API capabilities
Made with ❤️ by @msaifulhuda. Contributions, issues, and feature requests are welcome!