Skip to content

p-syche/poosheck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 :)