{"id":19855311,"url":"https://github.com/oumarousandasouley/imc-calculator-react-native","last_synced_at":"2026-02-16T15:03:48.282Z","repository":{"id":249066060,"uuid":"830488217","full_name":"OumarouSandaSouley/imc-calculator-react-native","owner":"OumarouSandaSouley","description":"This mobile application helps you calculate your Body Mass Index (BMI) easily and quickly using React Native Expo and NativeWind for a sleek and responsive design.","archived":false,"fork":false,"pushed_at":"2024-07-18T12:10:37.000Z","size":434,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-05T15:29:45.132Z","etag":null,"topics":["bmi-calculator","body-mass-index","cross-platform","expo","fitness","health","mobile-app","nativewind","react-native","react-native-expo"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/OumarouSandaSouley.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-07-18T11:22:15.000Z","updated_at":"2024-12-16T02:52:01.000Z","dependencies_parsed_at":"2024-07-18T14:54:24.415Z","dependency_job_id":null,"html_url":"https://github.com/OumarouSandaSouley/imc-calculator-react-native","commit_stats":null,"previous_names":["oumarousandasouley/imc-calculator-react-native"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/OumarouSandaSouley/imc-calculator-react-native","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OumarouSandaSouley%2Fimc-calculator-react-native","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OumarouSandaSouley%2Fimc-calculator-react-native/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OumarouSandaSouley%2Fimc-calculator-react-native/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OumarouSandaSouley%2Fimc-calculator-react-native/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OumarouSandaSouley","download_url":"https://codeload.github.com/OumarouSandaSouley/imc-calculator-react-native/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OumarouSandaSouley%2Fimc-calculator-react-native/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29510525,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-16T09:05:14.864Z","status":"ssl_error","status_checked_at":"2026-02-16T08:55:59.364Z","response_time":115,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["bmi-calculator","body-mass-index","cross-platform","expo","fitness","health","mobile-app","nativewind","react-native","react-native-expo"],"created_at":"2024-11-12T14:12:17.573Z","updated_at":"2026-02-16T15:03:48.268Z","avatar_url":"https://github.com/OumarouSandaSouley.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BMI Calculator 📱\n\nThis mobile application helps you calculate your Body Mass Index (BMI) easily and quickly using React Native Expo and NativeWind for a sleek and responsive design.\n\n## Table of Contents\n\n- [Introduction](#introduction)\n- [What is IMC?](#what-is-imc)\n- [Features](#features)\n- [Installation](#installation)\n- [Usage](#usage)\n- [Screenshots](#screenshots)\n- [Technologies](#technologies)\n- [Contributing](#contributing)\n- [License](#license)\n- [Contact](#contact)\n\n## Introduction\n\nThe IMC Calculator is a simple and efficient tool designed to help users monitor their body mass index (BMI). The BMI is a useful indicator of whether an individual has a healthy body weight for a given height. This app is built with React Native using Expo for easy cross-platform development and NativeWind for beautiful, responsive designs.\n\n## What is IMC?\n\nIMC, or Índice de Massa Corporal (Body Mass Index - BMI), is a value derived from the mass (weight) and height of a person. The BMI is defined as the body mass divided by the square of the body height and is universally expressed in units of kg/m², resulting from mass in kilograms and height in meters.\n[IMC on Wikipedia](https://fr.wikipedia.org/wiki/Indice_de_masse_corporelle#:~:text=L'indice%20de%20masse%20corporelle,appel%C3%A9%20l'indice%20de%20Quetelet.)\n\n### BMI Categories:\n\n- **Underweight**: BMI \u003c 18.5\n- **Normal weight**: BMI 18.5–24.9\n- **Overweight**: BMI 25–29.9\n- **Obesity**: BMI ≥ 30\n\n## Features\n\n- **Instant BMI Calculation**: Enter your weight and height to get your BMI instantly.\n- **Responsive Design**: Smooth and adaptive UI designed with NativeWind.\n- **Health Tips**: Get basic tips based on your BMI category.\n- **Cross-Platform**: Available on both Android and iOS.\n\n## Installation\n\nTo test it in your mobile app, you can download it troughout this link: [Download Here](https://expo.dev/artifacts/eas/pkkRzBZ5w1Goj6RPiwjy71.apk)\n\nTo run this project locally, follow these steps:\n\n1. **Clone the repository**:\n   ```bash\n   git clone https://github.com/OumarouSandaSouley/imc-calculator-react-native.git\n   cd imc-calculator-react-native\n   ```\n\n2. **Install dependencies**:\n   ```bash\n   npm install\n   ```\n\n3. **Start the project**:\n   ```bash\n   npx expo start\n   ```\n\n## Usage\n\n1. **Open the app**: Launch the app on your device or simulator.\n2. **Enter your details**: Input your weight in kilograms and height in meters.\n3. **Calculate**: Press the calculate button to see your BMI and category.\n4. **Health Tips**: View personalized health tips based on your BMI result.\n\n## Screenshots\n\n![Home Screen](./screenshots/home.png)\n![Result Screen](./screenshots/result.png)\n\n## Technologies\n\n- **React Native**: For building native apps using React.\n- **Expo**: For a fast development process and easy build tools.\n- **NativeWind**: For responsive and beautiful UI design.\n\n## Contributing\n\nI welcome contributions! Please follow these steps to contribute:\n\n1. Fork the repository.\n2. Create a new branch (`git checkout -b feature/your-feature`).\n3. Make your changes.\n4. Commit your changes (`git commit -m 'Add some feature'`).\n5. Push to the branch (`git push origin feature/your-feature`).\n6. Open a pull request.\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](./LICENSE) file for details.\n\n## Contact\n\nCreated by [Oumarou Sanda Souley](https://github.com/OumarouSandaSouley). Feel free to contact me!\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foumarousandasouley%2Fimc-calculator-react-native","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foumarousandasouley%2Fimc-calculator-react-native","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foumarousandasouley%2Fimc-calculator-react-native/lists"}