Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 1.21 KB

README.MD

File metadata and controls

46 lines (29 loc) · 1.21 KB

Poosheck

An animated doggy in React Native

Inspired by this article: https://tympanus.net/Tutorials/AnimatedAnimals/index.html

Inspired in turn by this dribbble: https://dribbble.com/shots/2418721-Husky-love

Poosheck at night Sunny Poosheck

How to run

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.

The tech stack

This version of Poosheck is written in React Native only. It uses the following dependencies:

The weather

In order to display the current weather, Poosheck asks the Open Weather API: https://openweathermap.org/api/one-call-api

To be added:

  • Animated rain
  • A better localization
  • Reading the weather out loud
  • Connect the app to Google Assistant
  • other cool stuff :)