{"id":28360279,"url":"https://github.com/varuns18/bmi-calculator","last_synced_at":"2025-10-28T00:07:31.011Z","repository":{"id":288521319,"uuid":"966542925","full_name":"varuns18/BMI-Calculator","owner":"varuns18","description":"The BMI Calculator is an Android application designed to help users calculate their Body Mass Index (BMI) based on their weight and height. The app provides instant results and categorizes BMI into standard categories (e.g., underweight, normal weight, overweight, obese). This tool is ideal for anyone looking to monitor or understand their BMI.","archived":false,"fork":false,"pushed_at":"2025-04-18T03:22:38.000Z","size":17049,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-04T17:12:59.127Z","etag":null,"topics":["android-application","android-studio","bmi-calculator","java","xml"],"latest_commit_sha":null,"homepage":"","language":"Java","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/varuns18.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,"zenodo":null}},"created_at":"2025-04-15T04:53:46.000Z","updated_at":"2025-04-29T03:13:50.000Z","dependencies_parsed_at":"2025-04-18T15:15:26.781Z","dependency_job_id":"ad87ec7e-82b7-48c2-8c06-3d10bdc1bf90","html_url":"https://github.com/varuns18/BMI-Calculator","commit_stats":null,"previous_names":["varuns18/bmi-calculator"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/varuns18/BMI-Calculator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/varuns18%2FBMI-Calculator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/varuns18%2FBMI-Calculator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/varuns18%2FBMI-Calculator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/varuns18%2FBMI-Calculator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/varuns18","download_url":"https://codeload.github.com/varuns18/BMI-Calculator/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/varuns18%2FBMI-Calculator/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261371612,"owners_count":23148653,"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-application","android-studio","bmi-calculator","java","xml"],"created_at":"2025-05-28T11:06:06.368Z","updated_at":"2025-10-28T00:07:30.952Z","avatar_url":"https://github.com/varuns18.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BMI Calculator\n\n## Description\n\nThe **BMI Calculator** is an Android application designed to help users calculate their Body Mass Index (BMI) based on their weight and height. The app provides instant results and categorizes BMI into standard categories (e.g., underweight, normal weight, overweight, obese). This tool is ideal for anyone looking to monitor or understand their BMI.\n\nThe app is available for download on the Google Play Store:  \n[![Download on Google Play](https://play.google.com/intl/en_us/badges/images/badge_new.png)](https://play.google.com/store/apps/details?id=com.ramphal.healthchecker)\n\n## Features\n\n- Simple and intuitive interface for BMI calculation.\n- Input weight and height in metric units (kilograms and meters).\n- Displays BMI value along with its corresponding category.\n- Lightweight and fast Android application.\n\n## Screenshots\n\nBelow are some screenshots of the application:\n\n\u003cdiv style=\"display: flex; flex-wrap: wrap; justify-content: center;\"\u003e\n  \u003cimg src=\"screenshot/Bmi1.jpg\" alt=\"BMI Caculator\" width=\"200\" style=\"margin: 10px;\"/\u003e\n  \u003cimg src=\"screenshot/Bm2.jpg\" alt=\"BMI Caculator\" width=\"200\" style=\"margin: 10px;\"/\u003e\n  \u003cimg src=\"screenshot/Bmi3.jpg\" alt=\"BMI Caculator\" width=\"200\" style=\"margin: 10px;\"/\u003e\n  \u003cimg src=\"screenshot/Bmi4.jpg\" alt=\"BMI Caculator\" width=\"200\" style=\"margin: 10px;\"/\u003e\n\u003c/div\u003e\n\n## Technologies Used\n\n- **Language:** Java\n- **IDE:** Android Studio\n- **Platform:** Android\n\n## Prerequisites\n\nTo set up and run the project locally, ensure you have the following:\n\n- Android Studio (latest version recommended)\n- Java Development Kit (JDK 8 or newer)\n- A physical or virtual Android device for testing\n\n## Installation\n\nFollow these steps to set up the project locally:\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/varuns18/BMI-Calculator.git\n   ```\n2. Open **Android Studio**.\n3. Select **\"Open an Existing Project\"** and navigate to the cloned repository folder.\n4. Let Android Studio sync the project and resolve dependencies.\n5. Build the project by selecting **Build \u003e Make Project** in the top menu.\n6. Run the app by selecting **Run \u003e Run 'app'** or pressing `Shift + F10`.\n\n## Usage\n\n1. Launch the BMI Calculator app on your Android device or emulator.\n2. Enter your weight in kilograms and height in meters.\n3. Tap the \"Calculate\" button to compute your BMI.\n4. View your BMI value and its corresponding category.\n\n## Contributing\n\nContributions are welcome! To contribute:\n\n1. Fork this repository.\n2. Create a new branch for your feature or bug fix:\n   ```bash\n   git checkout -b feature-name\n   ```\n3. Make your changes and commit them:\n   ```bash\n   git commit -m \"Add feature-name\"\n   ```\n4. Push your branch:\n   ```bash\n   git push origin feature-name\n   ```\n5. Open a pull request describing your changes.\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n\n## Contact\n\nFor questions, suggestions, or feedback, reach out to the repository owner:\n\n- **GitHub Profile:** [varuns18](https://github.com/varuns18)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvaruns18%2Fbmi-calculator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvaruns18%2Fbmi-calculator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvaruns18%2Fbmi-calculator/lists"}