https://github.com/aslamaayesha/weather-app
Cross-platform weather app built with React Native and Expo. Fetches live weather data through the Open-Meteo API and displays it with a clean, responsive UI.
https://github.com/aslamaayesha/weather-app
expo javascript mobile-app open-meteo-api react-native wheather
Last synced: 3 months ago
JSON representation
Cross-platform weather app built with React Native and Expo. Fetches live weather data through the Open-Meteo API and displays it with a clean, responsive UI.
- Host: GitHub
- URL: https://github.com/aslamaayesha/weather-app
- Owner: aslamaayesha
- Created: 2025-11-12T02:05:26.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-11-12T02:56:05.000Z (8 months ago)
- Last Synced: 2025-11-12T04:22:53.776Z (8 months ago)
- Topics: expo, javascript, mobile-app, open-meteo-api, react-native, wheather
- Language: TypeScript
- Homepage:
- Size: 670 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Weather App 🌤️
A cross-platform weather app built with **React Native** and **Expo**, showing real-time data from the [Open-Meteo API](https://open-meteo.com/).
It supports both **Light/Dark themes** and adapts automatically to the system appearance.
---
### Features
- Search weather by city name
- Live temperature from Open-Meteo
- Light/Dark/System theme toggle
- Works on web, iOS, and Android
---
### Tech Stack
- React Native
- Expo
- TypeScript
- Open-Meteo API
---
### Run Locally
```bash
git clone git@github.com:aslamaayesha/weather-app.git
cd weather-app
npm install
npx expo start -c --tunnel