Welcome to the Weather App! This application allows users to check the current weather conditions for a specific location. With a clean and intuitive interface, users can quickly retrieve weather information and stay informed about the atmospheric conditions.
- Real-time weather updates for any location.
- Displays temperature, humidity, wind speed, and conditions.
- User-friendly interface with a minimalist design.
- Easy-to-use search functionality for location-based weather information.
Before you begin, ensure you have the following:
- Node.js: Make sure you have Node.js installed. You can download it from nodejs.org.
- Clone this repository to your local machine:
git clone https://github.com/qobulovasror/weather-app-2.git
- Navigate to the project directory:
cd weather-app-2
- Install the required dependencies:
npm install
- Make sure you have an Android/iOS emulator or a physical device connected.
- Start the Metro bundler:
npx react-native start
- Run the app on the emulator/device: For Android:
npx react-native run-android
or
npx react-native run-ios
Contributions are encouraged! To contribute to this project, follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make changes and commit them with clear messages.
- Push your changes to your fork.
- Open a pull request to this repository.
- This app was developed as part of a learning experience using React Native.
- Thanks to the React Native community for their valuable resources and tutorials.