WeatherWise is a dynamic weather application built using React Native and Expo. It fetches and displays real-time weather data using the OpenWeatherMap API, and integrates GPS-based location services to provide weather updates for the user's current location.
- Real-time weather updates based on GPS location.
- Beautiful, intuitive user interface with custom fonts and icons.
- Display of current weather and weather forecast.
- Error handling and user-friendly messages.
- Clone the repository:
git clone https://github.com/yourusername/weatherwise.git
- Navigate to the project directory:
cd weatherwise
- Install the dependencies:
npm install
- Start the app:
npm start
- Launch the app on your device or emulator.
- Allow location permissions for accurate weather updates.
- View current weather and forecast for your location.
- React Native
- Expo
- OpenWeatherMap API
- Font Awesome for icons
- NativeWind for styling
Feel free to open issues or submit pull requests for improvements and bug fixes.
This project is licensed under the MIT License.