This is a simple weather application built using React Native. It displays temperature, relative humidity, and rain data for a specific location for the current day.
- Fetches weather data from an external API
- Displays temperature, humidity, and rain data in a line chart format
- Customizable chart styling
- Responsive layout using ScrollView
To run this application locally, follow these steps:
- Clone this repository to your local machine.
- Navigate to the project directory.
- Install dependencies using `npm install' ,'npm install @react-native-picker/picker','expo install expo-location','npm install -g expo-cli'
- Run the app on your device or emulator using 'npx expo start`

Upon launching the application, it fetches weather data for a predefined location from an external API. The data is then displayed in three separate line charts representing temperature, relative humidity, and rain.
This project utilizes the following dependencies:
This application fetches weather data from the Open-Meteo API, providing hourly temperature, relative humidity, and rain forecasts for a given location.
This project is licensed under the MIT License - see the LICENSE file for details.