{"id":23297379,"url":"https://github.com/sandeep-shaw10/bmi-keeper","last_synced_at":"2026-05-08T01:37:21.132Z","repository":{"id":161722339,"uuid":"635678610","full_name":"sandeep-shaw10/bmi-keeper","owner":"sandeep-shaw10","description":"Basic React Native Android App to calculate BMI with multi-language support and async storage.","archived":false,"fork":false,"pushed_at":"2023-05-04T18:05:39.000Z","size":517,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-13T01:53:16.272Z","etag":null,"topics":["android","async-storage","bmi-calculator","i18n-react","quick-actions","react-native"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sandeep-shaw10.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-05-03T08:12:03.000Z","updated_at":"2023-05-03T08:14:44.000Z","dependencies_parsed_at":null,"dependency_job_id":"795264ab-d277-43d7-b3ec-96195fec6961","html_url":"https://github.com/sandeep-shaw10/bmi-keeper","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sandeep-shaw10%2Fbmi-keeper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sandeep-shaw10%2Fbmi-keeper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sandeep-shaw10%2Fbmi-keeper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sandeep-shaw10%2Fbmi-keeper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sandeep-shaw10","download_url":"https://codeload.github.com/sandeep-shaw10/bmi-keeper/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247543609,"owners_count":20955865,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","async-storage","bmi-calculator","i18n-react","quick-actions","react-native"],"created_at":"2024-12-20T07:17:28.081Z","updated_at":"2026-05-08T01:37:21.082Z","avatar_url":"https://github.com/sandeep-shaw10.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Banner](./static/banner.webp)\n\n# BMI Keeper\n\nBMI Keeper is a simple and user-friendly app that helps you calculate your Body Mass Index (BMI) and percentile from age 2 to 20. Based on Centers for Disease Control and Prevention data, the app provides accurate and reliable results for both males and females. \n\nWith support for Hindi, English, and Bengali languages, you can use the app in the language of your choice. The app also features Light, Dark, and Device theme options, allowing you to customize your experience based on your preferences. Keep track of your health with BMI Keeper today.\n\n![React Native](https://img.shields.io/badge/React_Native-20232A?style=for-the-badge\u0026logo=react\u0026logoColor=61DAFB)\n![TypeScript](https://img.shields.io/badge/TypeScript-007ACC?style=for-the-badge\u0026logo=typescript\u0026logoColor=white)\n\n![coverage](https://img.shields.io/badge/version-1.0.0-cyan)\n\n![coverage](https://img.shields.io/badge/Language-English%2c%20Hindi%2c%20Bengali-orange)\n\n# Features\n- [x] Calculate your BMI and percentile accurately and quickly\n- [x] Supports age range from 2 to 20 years old\n- [x] Male and female options available\n- [x] Available in Hindi, English, and Bengali languages\n- [x] Light, Dark, and Device theme options for a personalized experience\n- [x] Easy-to-use interface\n- [x] Reliable results based on Centers for Disease Control and Prevention data\n- [x] Minimal and user-friendly design\n- [x] No ads for a seamless experience\n- [x] No data collection, all data stored locally on the device\n\n# Preview and Screenshots\n\n| Application  | Preview |\n| --- | --- |\n| ![preview2](./static/2.webp) | ![preview1](./static/1.webp) | \n| ![preview3](./static/3.webp) | ![preview4](./static/4.webp) | \n\n\n## Available Units for Height:\n- Centimeter (`cm.`)\n- Meter (`m.`)\n- Foot (`ft.`)\n- Inch (`in.`)\n\n## Available Units for Weight:\n- Kilogram (`kg.`)\n- Pounds (`lbs.`)\n\n## Project Dependencies\n\n### [package.json](./package.json)\n\n```json\n  \"dependencies\": {\n    \"@react-native-async-storage/async-storage\": \"^1.18.1\",\n    \"@react-native-picker/picker\": \"^2.4.10\",\n    \"@react-navigation/native\": \"^6.1.6\",\n    \"@react-navigation/native-stack\": \"^6.9.12\",\n    \"@react-navigation/stack\": \"^6.3.16\",\n    \"i18next\": \"^22.4.15\",\n    \"react\": \"18.2.0\",\n    \"react-i18next\": \"^12.2.2\",\n    \"react-native\": \"0.71.6\",\n    \"react-native-quick-actions\": \"^0.3.13\",\n    \"react-native-safe-area-context\": \"^4.5.1\",\n    \"react-native-screens\": \"^3.20.0\",\n    \"react-native-svg\": \"^13.9.0\"\n  },\n```\n\n\n# Installation\n\n## Android\nYou can install the app by downloading the APK file from here and installing it on your Android device. \n\n![android-tested](https://img.shields.io/badge/tested-✔️-green)\n[![apk](https://img.shields.io/badge/apk-Amazon%20Appstore-232f3e)](https://www.amazon.com/dp/B0C46Z63T9)\n\n## iOS\nFor iOS devices, the app is currently not available on the App Store.\n\n![ios-untested](https://img.shields.io/badge/tested-X-red)\n![ipa](https://img.shields.io/badge/ipk-Unavailable-082f49)\n\n\n# Credits\nThis app was developed by [sandeep-shaw10](https://github.com/sandeep-shaw10).\n\n# License\nThis project is licensed under the MIT License - see the [LICENSE](./LICENSE) file for details.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsandeep-shaw10%2Fbmi-keeper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsandeep-shaw10%2Fbmi-keeper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsandeep-shaw10%2Fbmi-keeper/lists"}