A bilingual (বাংলা / English) interactive web application that helps users find rhyming Bengali words using suffix matching logic. Built using plain HTML, CSS, and JavaScript with live dictionary data integration.
🌟 Features
- 🔎 Search for rhyming Bengali words by matching suffix characters
- ✍️ Input any Bengali word and select number of characters to match from the end
- 🌐 Toggle between Bengali and English interface dynamically
- 📚 Fetches words from a live open-source Bengali wordlist
🛠️ Technologies Used
- HTML5 + CSS3
- Vanilla JavaScript
- Bengali Dictionary Source: MinhasKamal's Bengali Word List
🧠 How It Works
- Fetches the wordlist from a .txt file hosted on GitHub
- Uses String.prototype.endsWith() logic to compare suffixes
- Filters out the input word itself from results
- Dynamically translates all labels and text content on language toggle
Check out the live demo: Bengali Rhyming Words Finder
Explore the source code on GitHub: Bengali_Rhyming_Words_Finder.
Made with ❤️ for Bengali poetry, language lovers, and creators.