WeatherWise is a beautiful and optimized React Native weather app that provides real-time weather updates. With its intuitive user interface and caching API powered by React Query, WeatherWise offers a seamless experience for users to stay updated with weather information.
- Real-time weather updates
- Beautiful and optimized UI
- Caching API using React Query
- Add support for adding multiple locations
- Implement theming
- Enhance UI with animations
- Integrate push notifications for weather alerts
- Location Fallback: [No fallback for location rejection]
- Weather Screen Fallback: [Blank page on turning internet off in weatherScreen page]
Follow the steps below to install and run the WeatherWise app in your local development environment:
- Clone the repository:
git clone https://github.com/your-username/weatherwise.git- Navigate to the project directory
cd weatherApp- Install the required dependencies
npm install- Start the development server
npx expo startContributions are welcome! If you have any ideas, suggestions, or bug reports, please feel free to open an issue or submit a pull request. To contribute to the WeatherWise project, follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make the necessary changes and commit them.
- Push your changes to your forked repository.
- Submit a pull request to the main repository.
Thank you for your contributions!
This project is licensed under the MIT License. See the LICENSE file for more information.


