Skip to content

Latest commit

 

History

History
64 lines (42 loc) · 1.95 KB

README.md

File metadata and controls

64 lines (42 loc) · 1.95 KB

app logo

iWeather

Demo

iWeather.mp4

Tech Stack

About

In this app, you can check the weather status from your city.

Running Locally

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

How to Contribute

- 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

Cloning / Forking

Please review the license and remove all of my personal information (docs, images, etc.).

Author

Samuel Matias
Samuel Matias

💻 🎨