Skip to content

User can search city and get list of cities and get weather forcast of particular city

Notifications You must be signed in to change notification settings

Shubhamdutta2000/Weather-Forecast-App-made-with-React-Native

Repository files navigation

Weather-App-with-React-Native

User can search and select a city from list of cities and get weather forcast of that particular city


Features

  • Search Screen: User scan search any city by just typing in the input field
  • Home Screen: User can see the weather forcast of particular city
  • User can click on particular city in Search screen and they are redirected to Home Screen where they can see the weather forcast of that particular city.
  • Weather forcast data of last city that user have searched persist offline.

App Demo


How to Use

# Install dependencies
npm install
cd ios && pod install && cd ..

# Run on iOS
react-native run-ios

# Run on Android
react-native run-android

Libraries and API Used

  • React-Native
  • React-Native-paper
  • AsyncStorage
  • React-Native-Dotenv
  • React-Native-Navigation
  • Openweathermap-API
  • Mapbox-API