FollowCheck is a lightweight web app for comparing two Instagram lists:
- Accounts you follow (A)
- Accounts that follow you (B)
The app highlights:
- Who you follow that does not follow back (A \ B)
- Who follows you that you do not follow back (B \ A)
- Node.js 18+ (for native
fetchin the server).
npm installIf your environment restricts npm registry access, configure it according to your network policy and rerun the install.
npm startThen open http://localhost:3000 in your browser. The server also serves the frontend assets.
npm run devRuns the server with nodemon for automatic reloads.
- Paste usernames (one per line) into each textarea or upload text files for each list.
- Click Compare Lists.
- The results show both sets (A \ B and B \ A). Empty results display a friendly message.
Basic validation prevents empty submissions or malformed payloads.