An open API service indexing awesome lists of open source software.

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.

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.

![React Native](https://img.shields.io/badge/React%20Native-v0.76.6-blue?style=flat&logo=react&logoColor=white)
![JavaScript](https://img.shields.io/badge/JavaScript-vES15-yellow?style=flat&logo=javascript&logoColor=white)
![Expo](https://img.shields.io/badge/Expo-v52.0.26-black?style=flat&logo=expo&logoColor=white)
![NativeWind](https://img.shields.io/badge/NativeWind-v4.1.23-green?style=flat&logo=tailwind-css&logoColor=white)

## 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


Onboard
home
Settings

## 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!