Skip to content
/ imc Public

Aplicativo desenvolvido com React Native para medir o Índice de Massa Corporal do usuário, que coloca seu peso e altura e o app calcula e indica se os dados estão dentro do peso ideal segundo dados da OMS.

Notifications You must be signed in to change notification settings

rodgo4k/imc

Repository files navigation

IMC

This app was developed with React Native and styled with Styled Components using javascript to calculate the body mass index of the user. You can input a user's height and weight and the app calculates their BMI and shows a chart indicating wether the user is with their ideal body mass or not.

Dependencies needed in this project

  1. react: "16.13.1"
  2. react-native: "0.63.2"
  3. react-native-gesture-handler: "^1.8.0"
  4. react-native-reanimated: "^1.13.0"
  5. react-native-router-flux: "^4.2.0"
  6. react-native-screens: "^2.10.1"
  7. styled-components: "^5.1.1"

To install the dependencies use the command:

npm install or yarn

In the project directory, you can run:

npx react-native run-android or yarn android

to run the app on your android emulator or android phone

npx react-native run-ios or yarn ios

to run the app on your ios emulator

npm run test or yarn test

to run a test using jest

Contribution

To contribute to this project you should:

  1. Fork this project
  2. Create a Branch to your Feature (git checkout -b feature/MyFeature)
  3. Add your changes (git add .)
  4. Commit your changes (git commit -m "commiting my feature")
  5. Push your Branch to the project (git push origin feature/MyFeature)
  6. Open a Pull Request

Contact

Rodrigo Prestes - rodrigoaprestes@gmail.com

About

Aplicativo desenvolvido com React Native para medir o Índice de Massa Corporal do usuário, que coloca seu peso e altura e o app calcula e indica se os dados estão dentro do peso ideal segundo dados da OMS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages