A React Native weather application built with Expo that fetches data from the OpenWeatherMap API.
- Search for weather by city name
- View current weather conditions
- View 5-day weather forecast
- Previous search history
- Dark mode support
- Responsive design for mobile, tablet, and web
- React Native with Expo
- React Query for data fetching and caching
- Axios for API requests
- AsyncStorage for storing search history
- Expo Router for navigation
- Node.js (v14 or later)
- npm
- Expo CLI
- Clone the repository:
git clone https://github.com/ertancurr1/WeatherApp.git
cd WeatherApp-
Install dependencies:
npm install -
Start the development server:
npm start -
Run on your desired platform:
- Press
afor Android - Press
ifor iOS - Press
wfor web