DailyToken is a small React Native app that reveals one token per day. Users start with a mystery card and can tap Reveal to see the day's token with a smooth loading animation and a short fade/scale-in transition. After a token is revealed, a countdown shows the time left until 00:00:00 UTC, when the card resets for the next day. A "Trade on Matcha" call-to-action opens the browser to a prefilled Matcha URL for the token.
- Daily reveal flow with animated loading ring and reveal transition
- Token card with name, symbol, price, and percentage change
- Decorative wreath icons and a central token symbol
- Countdown timer to next UTC midnight; auto-reset at expiry
- Trade on Matcha CTA built via a dedicated URL utility
- A React Native environment with standard, up-to-date tools
- Install dependencies
yarn- For iOS, install pods
npx pod-install- Start the app
yarn android
# or
yarn iosRun the tests with:
yarn test