🚀 A mobile application to search the climate conditions of any Brazil's city.
Maybe you'd like to check the Web Version too.- ⚛️ React Native — Javascript lib to create de interfaces.
To start App using React Native use the commands:
# You do NOT need to run the first line below if you already have Expo (CLI) installed
yarn global add install expo-cli
yarn install
yarn start
Once the process is finished, the localhost: 19002
page will automatically open in your browser. Connect your emulator, or test the app via LAN
: download the * Expo * app from the Play Store or App Store and then scan the QR code.
- First leave a ⭐!
- Fork the repositories in production as they are updated: MonoRepo;
- Create a branch with your feature:
git checkout -b my-feature
; - Commit your changes:
git commit -m 'feat: My new feature'
; - Push to your branch:
git push origin my-feature
.
This project is licensed by MIT License - Go to the licence page to see more details.