Counting Days is an iOS app (and can easily be compiled as an Android app) for creating countdowns.
It will then try to find some photos taken the same time ago as the time that's left to show a time perspective, because sometimes time perception forward in time is easier to understand when compared to the same time backwards in time.
Contributions are always welcome — if you want to set it up locally, you should be fine with these steps:
- git checkout https://github.com/dangertechnologies/countingdays.git
- yarn install
- cd ios/ && pod install
Open the ios/Countingdays.xcworkspace
and click start. That's it!