Inspired by this article: https://tympanus.net/Tutorials/AnimatedAnimals/index.html
Inspired in turn by this dribbble: https://dribbble.com/shots/2418721-Husky-love
Feel free to clone or fork this repo. Once you have it you can use either
react-native run-ios
or
react-native run-android
to run the app in your emulator.
This version of Poosheck is written in React Native only. It uses the following dependencies:
- React Navigation: https://reactnavigation.org/
- React Native Async Storage: https://github.com/react-native-async-storage/async-storage
- React Native SVG: https://github.com/react-native-svg/react-native-svg
In order to display the current weather, Poosheck asks the Open Weather API: https://openweathermap.org/api/one-call-api
- Animated rain
- A better localization
- Reading the weather out loud
- Connect the app to Google Assistant
- other cool stuff :)