InstaSnoop is a lightweight, front end tool that allows users to visually explore and analyze public Instagram profiles.
| Feature | Description |
|---|---|
| 🔍 Search Profiles | Quickly search and display any public Instagram profile by username. |
| 👥 Follower Count | View the number of followers and following for each profile. |
| 📝 User Bio | Display bio, profile picture, and verification status of the user. |
| 🎞 Smooth Animations | Enjoy polished transitions powered by GSAP for a seamless UI. |
| Technology | Purpose |
|---|---|
| 🌐 HTML5 | Structure of the web pages |
| 🎨 CSS3 | Styling, layout, and responsive design |
| ⚡ JavaScript (Vanilla) | Core logic and interactivity |
| 🎞 GSAP (GreenSock) | Smooth animations and transitions |
git clone https://github.com/KrishBharadwaj5678/InstaSnoop.git
cd InstaSnoopJust open index.html in your preferred browser.
Want to contribute? Here's how:
- 🍴 Fork the repository.
- 🌿 Create a new branch (
git checkout -b feature-name). - ✍️ Make your changes and commit them (
git commit -am 'Add feature-name'). - 🚀 Push to your branch (
git push origin feature-name). - 🔄 Submit a pull request to merge into the main branch.
