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.
- react: "16.13.1"
- react-native: "0.63.2"
- react-native-gesture-handler: "^1.8.0"
- react-native-reanimated: "^1.13.0"
- react-native-router-flux: "^4.2.0"
- react-native-screens: "^2.10.1"
- styled-components: "^5.1.1"
To install the dependencies use the command:
In the project directory, you can run:
to run the app on your android emulator or android phone
to run the app on your ios emulator
to run a test using jest
To contribute to this project you should:
- Fork this project
- Create a Branch to your Feature (git checkout -b feature/MyFeature)
- Add your changes (git add .)
- Commit your changes (git commit -m "commiting my feature")
- Push your Branch to the project (git push origin feature/MyFeature)
- Open a Pull Request
Rodrigo Prestes - rodrigoaprestes@gmail.com