https://github.com/aspects19/weather-app
Weather mobile app created using React Native, expo and nativewind.
https://github.com/aspects19/weather-app
collaborate communityexchange expo nativewindcss react-native
Last synced: 4 months ago
JSON representation
Weather mobile app created using React Native, expo and nativewind.
- Host: GitHub
- URL: https://github.com/aspects19/weather-app
- Owner: aspects19
- License: mit
- Created: 2024-09-10T15:17:08.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-06T09:02:03.000Z (6 months ago)
- Last Synced: 2025-04-06T09:22:46.852Z (6 months ago)
- Topics: collaborate, communityexchange, expo, nativewindcss, react-native
- Language: JavaScript
- Homepage:
- Size: 4.81 MB
- Stars: 5
- Watchers: 1
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Weather App
Welcome to the Weather App! 🌤️ This app provides real-time weather updates and forecasts, offering a simple and intuitive interface.



## Features
- Current weather information (temperature, humidity, wind speed, etc.).
- 7-hour weather forecast.
- Location-based weather (using search by city).
- Responsive and intuitive design for mobile devices.
## Previews
![]()
![]()
![]()
## Installation
To run the Weather App locally, follow these steps:
1. Clone the repository:
```sh
git clone https://github.com/aspects19/weather-app.git
```2. Navigate into the project directory:
```sh
cd weather-app
```3. Install dependencies
```sh
npm install
```4. Start app
```sh
npm start
```5. Scan the QR code on the terminal on Expo Go App on your phone.
6. 🎉 Your app is up and running. View it on Expo Go mobile app .## Building the app
You can download the prebuild apk of this app from [Releases](https://github.com/aspects19/weather-app/releases) section or build it from the source code using Expo [build instructions](https://docs.expo.dev/build/setup/).
## Contributions
If You wish to make contributions to this project such as reporting issues and bugs, fixing them and adding features, take a look at [contribution guide](https://github.com/aspects19/weather-app/CONTRIBUTING.md)
## License
This project is licensed under the MIT License – see the [LICENSE](https://github.com/aspects19/weather-app/blob/main/LICENSE) file for details.
##
Thanks for checking out the Weather App! 🌦️ Feel free to open issues, fork the repository, or contribute to making it even better!