https://github.com/viniciusmoreria/climato-v2
v2 of my weather app, being built with react native
https://github.com/viniciusmoreria/climato-v2
expo react-native typescript weather weather-app
Last synced: 10 months ago
JSON representation
v2 of my weather app, being built with react native
- Host: GitHub
- URL: https://github.com/viniciusmoreria/climato-v2
- Owner: viniciusmoreria
- License: mit
- Created: 2020-12-12T01:26:20.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-12-20T16:46:44.000Z (over 4 years ago)
- Last Synced: 2025-04-09T21:41:39.287Z (about 1 year ago)
- Topics: expo, react-native, typescript, weather, weather-app
- Language: TypeScript
- Homepage: https://expo.io/@viniciusmoreeira/projects/climato
- Size: 828 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
Awesome Lists containing this project
README
Mobile Weather App for iOs and Android. Built with React Native.
---

## Inspiration
I wanted to try and see how hard would it be to implement one of my favourite weather app design: [Weather App by Emmanuel Ikechukwu](https://dribbble.com/shots/12869395-Weather-App/attachments/4468922?mode=media). Full credits for user experience goes to him.
## Current progress
- [x] App skeleton
- [x] Basic UI prototype
- [x] Call Weather APIs for data
- [x] Implement weather service
- [x] Implement new location from zipcode(Brazil only)
- [ ] Daily weather details
- [ ] Google Search instead of zipcode search
- [ ] Translations
- [ ] Dark Mode
- [ ] Store new locations
- [ ] Swipe to new locations
- [ ] News
- [ ] Alerts
## Development stack
+ [React Native](https://reactnative.dev/)
+ [Expo](https://expo.io/)
+ [Styled Components](https://styled-components.com/)
+ [Lottie](https://lottiefiles.com/)
## APIs
+ Weather data is retrieved from [OpenWeather](http://openweathermap.org/)
+ Brazillian zipcodes are retrieved from [ViaCep](https://viacep.com.br/)
+ You can see examples of API data in [Models](https://github.com/viniciusmoreeira/climato-v2/tree/main/src/models)
## License
This project is under the MIT license. See the [LICENSE](LICENSE) for details.