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

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!

Awesome Lists containing this project

README

          

# Weather app


img1
    
img2
    
img3


img4
    
img5
    
img6


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