No description
Find a file
2021-07-24 10:06:35 +02:00
.vscode feat: result page 2021-07-04 00:27:12 +02:00
android init projecct 2021-05-31 10:33:33 +02:00
ios profile page 2021-07-24 10:06:35 +02:00
lib profile page 2021-07-24 10:06:35 +02:00
macos profile page 2021-07-24 10:06:35 +02:00
test init projecct 2021-05-31 10:33:33 +02:00
web init projecct 2021-05-31 10:33:33 +02:00
.gitignore init projecct 2021-05-31 10:33:33 +02:00
.metadata init projecct 2021-05-31 10:33:33 +02:00
CONTRIBUTING.md feat: add more info 2021-07-04 09:40:42 +02:00
LICENSE.md feat: add more info 2021-07-04 09:40:42 +02:00
pubspec.lock profile page 2021-07-24 10:06:35 +02:00
pubspec.yaml profile page 2021-07-24 10:06:35 +02:00
README.md feat: layout 2021-07-04 12:22:00 +02:00

BMI Calculator

Compute and track your Body Mass Index and Body Fat Percentage

Features

  • bmi between 18.5 and 25 : green - normal
  • bmi below 18.5 : pink - too skinny
  • bmi between 25 and 30 : yellow - overweight
  • bmi between 30 and 40 : orange - obesity
  • bmi over 40 : red - morbid obesity
  • bmi tracker: date, value, graph
  • profile: save age, height, genre, local storage
  • bmi on second screen
  • feedback on genre select

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

You need a recent version of Flutter. Please follow installation steps for your platform from the official documentation.

Installing

Clone the repository using

git clone https://github.com/rjNemo/bmi_calculator_app.git

And run the development application with

flutter run

Running the tests

Explain how to run the automated tests for this system

Break down into end to end tests

Explain what these tests test and why

Give an example

And coding style tests

Explain what these tests test and why

Give an example

Deployment

Add additional notes about how to deploy this on a live system

Built With

  • Flutter - Beautiful native apps in record time

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

  • Ruidy - Initial work - Ruidy

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments