This is a mobile forecast application.
The layout was designed by Raman Yv.
- React
- React Navigation
- React Native Gesture Handler
- React Native Modalize
- Redux
- Styled Components
- Reactotron
Requirements
# Open a terminal
# clone this repository
$ git clone https://github.com/diazevedo/DiWeather.git
# Go to the repository folder
$ cd DiWeather
# Run the below command to install dependencies
yarn
# You will need an api key to be included into your .env file that you have to create as well.
# The api used was https://openweathermap.org/
# With you api key added to your .env you are good to run the application
# To run the application
# app was tested only in IOS. Android Version is coming soon
yarn ios
💡 Feel free to comment or to contribute with this project any thoughts on how to improve are welcome.