Jomi Mapo is a frontend-only, ultra-responsive web app for converting Bangladeshi land measurements between all traditional units (Bigha, Katha, Decimal, Shotok, etc.) and standard SI/Imperial units (Square Feet, Square Meter, Acre, Hectare).
- Instant Conversion: Convert any value between 20+ land units in real-time.
- Lightweight & Fast: Pure HTML/CSS/JavaScript—no backend required.
- Mobile-First Design: Fits full mobile viewport with minimal margins; largely scroll-free on most devices.
- Language Toggle: Seamlessly switch between English and বাংলা, including localized unit names, labels, and numerals.
- Swap Units: One-click swap between “From” and “To” units.
- Remember Preference: Remembers last-used language in
localStorage. - Offline-Ready: Bootstrap and dependencies are hosted locally—zero calls to third-party CDNs.
- HTML5 & CSS3
- Bootstrap 5 for layout & components (locally hosted)
- Bootstrap Icons for UI icons (locally hosted)
- Vanilla JavaScript for conversion logic and localization
-
Clone this repository:
git clone https://github.com/arkabyo/JomiMap.git cd JomiMap -
Serve
index.html- Open
index.htmldirectly in your browser, or - Use a local server (e.g., VSCode Live Server)
- Open
-
(Optional) Deploy
- Host on GitHub Pages, Netlify, or Firebase Hosting—no additional configuration needed since all assets are local.
- Open
index.htmlin your browser. - Select language (English/বাংলা) from the top-right dropdown.
- Enter a numeric value.
- Choose “From Unit” and “To Unit” from dropdowns.
- View the instant conversion result.
- Click the swap icon to reverse units.
- English: Default on first load
- বাংলা: Translated labels, unit names, and Bengali numerals via a digit-mapping function
- Preference persists in
localStorage
Contributions are welcome! Feel free to:
- Report issues or suggest new units
- Improve UI styling or accessibility
- Add more languages or features (area calculator page, mapping overlays)
Please fork the repo and open a PR. 👩💻👨💻
This project is released under the MIT License.
Happy land measuring!
