{"id":27306281,"url":"https://github.com/priyanshujajal/bmi-calculator-java","last_synced_at":"2026-05-12T23:39:10.926Z","repository":{"id":287227380,"uuid":"964038253","full_name":"PriyanshuJajal/BMI-Calculator-Java","owner":"PriyanshuJajal","description":"BMI (Body Mass Index) Calculator for the people to check whether they are Under-Weight , Normal Weight , Over-Weight or Obese. ","archived":false,"fork":false,"pushed_at":"2025-04-10T15:57:09.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-12T03:59:18.253Z","etag":null,"topics":["bmi-calculator","body-mass-index","body-mass-index-calculator","health-calculator","java","javaproject","oops-in-java","weight-tracker"],"latest_commit_sha":null,"homepage":"","language":"Java","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/PriyanshuJajal.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,"zenodo":null}},"created_at":"2025-04-10T15:38:18.000Z","updated_at":"2025-04-10T16:01:49.000Z","dependencies_parsed_at":"2025-04-10T16:57:21.960Z","dependency_job_id":"56d14991-c990-4697-bedd-070a8910f97d","html_url":"https://github.com/PriyanshuJajal/BMI-Calculator-Java","commit_stats":null,"previous_names":["priyanshujajal/bmi-calculator-java"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/PriyanshuJajal/BMI-Calculator-Java","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PriyanshuJajal%2FBMI-Calculator-Java","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PriyanshuJajal%2FBMI-Calculator-Java/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PriyanshuJajal%2FBMI-Calculator-Java/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PriyanshuJajal%2FBMI-Calculator-Java/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PriyanshuJajal","download_url":"https://codeload.github.com/PriyanshuJajal/BMI-Calculator-Java/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PriyanshuJajal%2FBMI-Calculator-Java/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260268632,"owners_count":22983601,"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":["bmi-calculator","body-mass-index","body-mass-index-calculator","health-calculator","java","javaproject","oops-in-java","weight-tracker"],"created_at":"2025-04-12T03:59:16.834Z","updated_at":"2025-10-29T01:40:01.389Z","avatar_url":"https://github.com/PriyanshuJajal.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BMI-Calculator-Java\n\n# Overview\nThe BMI Calculator is a simple Java-based application designed to calculate the Body Mass Index (BMI) based on a user's height and weight.\u003cbr\u003e\nIt calculates BMI into two systems : \u003cbr\u003e\n1. Imperial System -\u003e Weight in Pounds and Height in Inches.\u003cbr\u003e\n2. Metric System -\u003e Weight in Kilos and Height in Meters.\u003cbr\u003e\n\nThis tool provides an easy way for users to determine their BMI and assess whether they fall into a healthy weight range.\u003cbr\u003e The application uses a console-based interface for input and output and is ideal for learning basic Java programming concepts such as user input, conditional statements, and mathematical operations upto some concepts like classes , instances.\u003cbr\u003e\n\n# Features :\u003cbr\u003e\n1. Calculate BMI: The user can input their height (in meters , inches) and weight (in kilograms , pounds), and the program will calculate their BMI using the formula:\u003cbr\u003e\n    -\u003e Imperial : 703 * weight(in pounds) / (height * height) (in inches)\u003cbr\u003e\n    -\u003e Metric : weight(in kilos) / (height * height) (in meters)\u003cbr\u003e\n   \n2. BMI Categories: The program classifies the BMI result into categories such as: \u003cbr\u003e\n-\u003e Underweight (\u003e= 0 and \u003c 18.5)\u003cbr\u003e\n-\u003e Normal weight (\u003e= 18.5 and \u003c 25)\u003cbr\u003e\n-\u003e Overweight (\u003e= 25 and \u003c 30)\u003cbr\u003e\n-\u003e Obese (\u003e 30)\u003cbr\u003e\n\n3. User Input Validation: The program checks if the user enters valid numeric values for height and weight.\u003cbr\u003e\n  \n4. Simple CLI Interface: The application is operated through a command-line interface, making it easy to run on any system with a Java environment.\u003cbr\u003e\n\n# Technologies Used :\u003cbr\u003e\n1. Java: The primary programming language used for implementing the BMI Calculator.\u003cbr\u003e\n2. Console Application: The application uses the console for input and output.\u003cbr\u003e\n\n# Contribution :\u003cbr\u003e\nContributions are welcome to improve the BMI Calculator!\u003cbr\u003e Whether you're fixing a bug or improving the code quality, your help is highly appreciated.\u003cbr\u003e\n\n# Feedback :\nYour feedback is crucial and appreciated.\u003cbr\u003e If you have any suggestions, comments, or issues, please feel free to share.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpriyanshujajal%2Fbmi-calculator-java","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpriyanshujajal%2Fbmi-calculator-java","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpriyanshujajal%2Fbmi-calculator-java/lists"}