https://github.com/julialealt/weather-app
Weather app created with React Native (Expo), Async-Storage and React Navigation!
https://github.com/julialealt/weather-app
expo react-native react-navigation
Last synced: 2 months ago
JSON representation
Weather app created with React Native (Expo), Async-Storage and React Navigation!
- Host: GitHub
- URL: https://github.com/julialealt/weather-app
- Owner: julialealt
- Created: 2024-05-20T11:16:13.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-24T16:27:41.000Z (over 1 year ago)
- Last Synced: 2026-04-25T15:35:31.720Z (2 months ago)
- Topics: expo, react-native, react-navigation
- Language: JavaScript
- Homepage:
- Size: 998 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Weather app
## Technologies
- React Native
- Expo
- Tailwind CSS
- React Navigation
- Async storage
- Axios
- [Weather API](https://www.weatherapi.com/)
- Lodash
- Expo Google Fonts
- React Native Hero Icons
## Running locally
Clone the project
```bash
git clone https://github.com/julialealt/weather-app.git
```
Enter the project directory
```bash
cd weather-app
```
Install the dependencies
```bash
npm i
```
Go to [Weather API](https://www.weatherapi.com/), create an account, copy your API Key and place it on '../constants/index.js'
```bash
export const apiKey = '{put your API Key here}';
```
Start the server
```bash
npx expo start
```
#### Credits
[link](https://youtu.be/953vyZMO4cM?si=n21GPGOaJn82WVjc)