Redo is a small mobile app that allows people to create recurring tasks.
It is built using React Native with Expo and is currently only available on iOS through the App Store
Google restrictive policies towards personal developer accounts make it too much of a hassle to make the app available on the Play Store.
- Tasks re-ordering
- Multiple colors
- Onboarding page
- Analytics
- Expo SDK version: 51
- React Version: 18
- Analytics Service: Posthog
- Package Manager: Pnpm
- Testing Framework: Jest
- Commit hooks: Husky
EXPO_PUBLIC_POSTHOG_APIKEY=...npm install -g pnpm # install pnpm globally on your machine or run using npx pnpm
pnpm install # install project dependencies
pnpm ios # to run on iOS
pnpm android # to run on Android