Skip to content

chiragpatel009/instagram-bio-counter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

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