Skip to content

InstO - A simple web app that analyzes your Instagram connections and reveals who doesn't follow you back.

License

Notifications You must be signed in to change notification settings

Omkar-the-codr/InstO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

InstO

InstO - A simple web app that analyzes your Instagram connections and reveals who doesn't follow you back. WhatsApp Image 2025-04-29 at 01 07 26_fd345613


📄 README.md for InstO

# InstO

InstO is a simple MERN stack web application that lets you discover which Instagram users you follow but who don't follow you back.  
It fetches your followers and following list from Instagram and analyzes your connections.

---

## 🚀 Features
- Analyze Instagram username (public profiles only)
- List followers
- List following
- List users who don't follow you back
- Beautiful and clean UI with Tailwind CSS

---

## 🛠 Tech Stack
- React.js (Frontend)
- Node.js + Express.js (Backend)
- Tailwind CSS (Styling)
- RapidAPI (Instagram Social API)
- Docker (optional for containerization)

---

## ⚡ How to Setup Locally

1. **Clone the repo**

```bash
git clone https://github.com/your-username/InstO.git
cd InstO
  1. Backend Setup
cd backend
npm install
  • Create a .env file inside /backend/
  • Add:
RAPIDAPI_KEY=your_rapidapi_key_here
RAPIDAPI_HOST= Your Host
RAPIDAPI_BASE_URL=https Your Base URL
RAPIDAPI_FOLLOWER_ENDPOINT= Your Follower Endpoint
RAPIDAPI_FOLLOWING_ENDPOINT= Your Following Endpoint
  • Start backend server:
npm run dev

(Server runs on http://localhost:5000)

  1. Frontend Setup
cd ../frontend
npm install
npm start

(Frontend runs on http://localhost:3000)


📸 Screenshots

(Add screenshots later if you want)


📄 License

This project is licensed under the MIT License.


🙌 Contributions

Feel free to fork and contribute!



---

# 🎯 Notes:

- If you are using **Docker**, you can add a small docker section later too.
- Later you can also add screenshots easily under the `Screenshots` section.
- This README keeps it **light and clean** but **gives all important instructions**.

---

# 📢 Brooo  
Would you like me to also create a **slightly bigger professional README version** (with badges, demo gif, contribution guide)? 🚀  
Just say "**give pro README too!**" if you want it for even more GitHub profile boost 🔥.

Otherwise, this one is already perfect for clean public repo launch ✅.  
Let's get InstO famous! 🚀

About

InstO - A simple web app that analyzes your Instagram connections and reveals who doesn't follow you back.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published