A productivity application built with Expo and React Native that combines pomodoro timer, habit tracking, and spaced repetition learning tools.
- ⏱️ Pomodoro Timer: Focus with customizable focus and break sessions
- ✅ Habit Tracker: Build consistency with daily habit tracking
- 🔄 Spaced Repetition: Optimize learning with scheduled review reminders
- 📊 Statistics: Visualize your productivity with detailed charts and graphs
-
Install dependencies
npm install
-
Start the development server
npx expo start
This will present options to run the app on:
- 📱 Android emulator
- 📱 iOS simulator
- 🌐 Web browser
- 📲 Physical device via Expo Go
To build an Android APK:
./build-android.sh
The APK will be available at ./fruit.apk
after the build completes.
- Expo: React Native framework
- NativeWind: Tailwind CSS for React Native
- Zustand: State management
- Notifee: Advanced notifications
/src/app
: Application screens and navigation (uses file-based routing)/src/components
: Reusable UI components/src/store
: State management with Zustand/src/services
: Core functionality services/src/types
: TypeScript type definitions/src/utils
: Helper functions and utilities
This project is proprietary software.