WeatherApp is a React Native application designed to deliver real-time weather updates for cities worldwide. It features a home screen displaying a list of cities with their current temperatures and a search functionality that allows users to find weather information for specific locations.
Features Home Screen: Displays a random list of cities with their current temperatures. Search Functionality: Enables users to search for a random city and view its weather details. Navigation: Implements stack navigation between the home screen and city-specific weather details. Responsive Design: Ensures usability across various devices and screen sizes. Usage Home Screen: Upon launching, the app displays a list of predefined cities with their current temperatures. Search: Use the search bar to find weather information for any city. Enter the city name and tap the search button to view its weather details. Navigation: Tap on any city in the list to navigate to a detailed view of its weather information. // API Integration This application integrates with the OpenWeatherMap API to fetch real-time weather data. To use this app, you will need to obtain an API key from OpenWeatherMap and replace the placeholder in the code with your actual API key. //
you can donwload weather app code from this link --- >> https://github.com/Pavanbillore/WeatherApp.git
Thankyou
