A weather app made with React Native, where it displays the temperature and ten-day weather forecast for the user's location.
This app features all the latest tools and practices in mobile development!
- ⚛️ React Native — A lib that provides a way to create native apps for Android and iOS.
- ⚛️ Expo — Is an open-source platform for making universal native apps for Android, iOS, and the web with JavaScript and React.
- 🧭 React Navigation — Routing and navigation for React Native apps.
- Clone this repo using
git clone https://github.com/williamoliverpro/weather
- Move yourself to the appropriate directory: cd weather
- Run
npm install
oryarn
to install dependencies - Run
npm start
oryarn start
to start the application
This project is licensed under the MIT License - see the LICENSE page for details.