Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/carloscazelattojr/weather-app

Weather app, developed in React Native, consuming external API
https://github.com/carloscazelattojr/weather-app

axios expo react-native tailwindcss weather weather-api weather-app

Last synced: about 2 months ago
JSON representation

Weather app, developed in React Native, consuming external API

Awesome Lists containing this project

README

        

#


Weather App




Weather application, developed in React Native, consuming external API. Study purposes.


## Technologies

- React Native
- Nativewind e TailwinCss
- React-Native-Reanimated
- Expo
- Axios
- Weather-API: [https://www.weatherapi.com]




preview
preview

## libs

```

npm i [email protected]
npm i [email protected] --save-dev
npx tailwindcss init

npm install @react-navigation/native
npx expo install react-native-screens react-native-safe-area-context
npm install @react-navigation/stack
npx expo install react-native-gesture-handler
npm install react-navigation-shared-element

npm i react-native-heroicons
npm i react-native-axios

npm i lodash
npm i --save-dev @types/lodash

npm i react-native-progress
npm i @react-native-async-storage/async-storage

```