Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

🧾 Instagram Bio Character Counter

A simple yet powerful online tool to count Instagram bio characters — including emoji support! Each emoji counts as 2 characters, just like Instagram does. This helps you write the perfect bio without getting cut off.


🔍 Features

  • ✅ Real-time character counting
  • 🧠 Emoji-aware logic (each emoji = 2 characters)
  • 📱 Fully responsive design (mobile-friendly)
  • ⚡ Fast, lightweight, and no external dependencies
  • 🔒 Privacy-first: No data is saved or sent anywhere

🌐 Live Demo

👉 Use the tool here


📸 Screenshots

image

💪 How It Works

The tool splits text into emojis and normal characters using Unicode-based detection. It then calculates:

  • Total character count
  • Number of emojis
  • Remaining allowed characters (out of 150)

The UI alerts you if you exceed the Instagram bio limit.


📁 File Structure

📆 instagram-bio-counter/
 ├━ 📄 index.html
 ├━ 📄 style.css
 ├━ 📄 script.js
 └━ 📄 README.md

🚀 How to Use Locally

  1. Download or clone this repository:

    git clone https://github.com/chiragpatel009/instagram-bio-counter.git
  2. Open index.html in your browser.

  3. Start typing into the bio box!


📁 Use Cases

  • Social media managers optimizing bios
  • Influencers refining brand intros
  • Personal accounts crafting catchy bios
  • Anyone using emojis in their bio

🔖 SEO Optimized

  • Clean semantic HTML
  • OpenGraph & Twitter meta tags
  • Mobile-friendly + fast
  • Canonical URL supported

📜 License

This project is licensed under the MIT License — you're free to use, modify, and distribute.


🙌 Acknowledgements

Built with ❤️ by Chirag Patel

Have feedback or suggestions? Open an issue