Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/carloscazelattojr/weather-app
- Owner: carloscazelattojr
- Created: 2024-02-21T22:36:51.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-22T10:54:52.000Z (11 months ago)
- Last Synced: 2024-04-18T07:24:12.281Z (9 months ago)
- Topics: axios, expo, react-native, tailwindcss, weather, weather-api, weather-app
- Language: TypeScript
- Homepage:
- Size: 433 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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]
## libs
```npm i [email protected]
npm i [email protected] --save-dev
npx tailwindcss initnpm 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-elementnpm i react-native-heroicons
npm i react-native-axiosnpm i lodash
npm i --save-dev @types/lodashnpm i react-native-progress
npm i @react-native-async-storage/async-storage```