iWeather.mp4
In this app, you can check the weather status from your city.
First of all, correctly configure the React Native development environment on your machine, see https://reactnative.dev/docs/0.60/enviroment-setup, and the Expo development environment on your machine, see https://efficient-sloth-d85.notion.site/Instalando-Expo-9b0abcb12bd548278e042d00fbde67f2.
- Enter in the main directory:
$ cd iweather
- For install server dependencies:
$ npm install
- Run the simulador/emulator:
$ npx expo start
- Fork the project
- Create a new branch with your changes:
$ git checkout -b feat/my-feature
- Save your changes and create a commit message telling you what you did:
$ git commit -m "feat: implement my-feature"
- Submit your changes:
$ git push origin feat/my-feature
Please review the license and remove all of my personal information (docs, images, etc.).
Samuel Matias 💻 🎨 |