An open API service indexing awesome lists of open source software.

https://github.com/sandeep-shaw10/bmi-keeper

Basic React Native Android App to calculate BMI with multi-language support and async storage.
https://github.com/sandeep-shaw10/bmi-keeper

android async-storage bmi-calculator i18n-react quick-actions react-native

Last synced: 26 days ago
JSON representation

Basic React Native Android App to calculate BMI with multi-language support and async storage.

Awesome Lists containing this project

README

          

![Banner](./static/banner.webp)

# BMI Keeper

BMI 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.

With 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.

![React Native](https://img.shields.io/badge/React_Native-20232A?style=for-the-badge&logo=react&logoColor=61DAFB)
![TypeScript](https://img.shields.io/badge/TypeScript-007ACC?style=for-the-badge&logo=typescript&logoColor=white)

![coverage](https://img.shields.io/badge/version-1.0.0-cyan)

![coverage](https://img.shields.io/badge/Language-English%2c%20Hindi%2c%20Bengali-orange)

# Features
- [x] Calculate your BMI and percentile accurately and quickly
- [x] Supports age range from 2 to 20 years old
- [x] Male and female options available
- [x] Available in Hindi, English, and Bengali languages
- [x] Light, Dark, and Device theme options for a personalized experience
- [x] Easy-to-use interface
- [x] Reliable results based on Centers for Disease Control and Prevention data
- [x] Minimal and user-friendly design
- [x] No ads for a seamless experience
- [x] No data collection, all data stored locally on the device

# Preview and Screenshots

| Application | Preview |
| --- | --- |
| ![preview2](./static/2.webp) | ![preview1](./static/1.webp) |
| ![preview3](./static/3.webp) | ![preview4](./static/4.webp) |

## Available Units for Height:
- Centimeter (`cm.`)
- Meter (`m.`)
- Foot (`ft.`)
- Inch (`in.`)

## Available Units for Weight:
- Kilogram (`kg.`)
- Pounds (`lbs.`)

## Project Dependencies

### [package.json](./package.json)

```json
"dependencies": {
"@react-native-async-storage/async-storage": "^1.18.1",
"@react-native-picker/picker": "^2.4.10",
"@react-navigation/native": "^6.1.6",
"@react-navigation/native-stack": "^6.9.12",
"@react-navigation/stack": "^6.3.16",
"i18next": "^22.4.15",
"react": "18.2.0",
"react-i18next": "^12.2.2",
"react-native": "0.71.6",
"react-native-quick-actions": "^0.3.13",
"react-native-safe-area-context": "^4.5.1",
"react-native-screens": "^3.20.0",
"react-native-svg": "^13.9.0"
},
```

# Installation

## Android
You can install the app by downloading the APK file from here and installing it on your Android device.

![android-tested](https://img.shields.io/badge/tested-✔️-green)
[![apk](https://img.shields.io/badge/apk-Amazon%20Appstore-232f3e)](https://www.amazon.com/dp/B0C46Z63T9)

## iOS
For iOS devices, the app is currently not available on the App Store.

![ios-untested](https://img.shields.io/badge/tested-X-red)
![ipa](https://img.shields.io/badge/ipk-Unavailable-082f49)

# Credits
This app was developed by [sandeep-shaw10](https://github.com/sandeep-shaw10).

# License
This project is licensed under the MIT License - see the [LICENSE](./LICENSE) file for details.