A cross-platform timer app for workouts and training sessions.
- Count Up & Count Down timer modes
- Landscape Mode on mobile for full-screen timer display
- Tap to Pause in landscape mode
- Cross-platform support (iOS, Android, Web)
- Responsive Design that adapts to device orientation
# Install dependencies
npm install
# Start development server
npm run dev# Build for iOS App Store
npm run build:ios
# Or use the build script
./scripts/build-ios.sh
# Submit to App Store
npm run submit:ios# Build for Android
npm run build:android# Build for web
npm run build:web- Full rotation support
- Landscape mode with immersive timer
- Native performance and animations
- Always portrait mode (no rotation issues)
- Full interface with all controls
- Responsive design for different screen sizes
- iOS: Uses EAS Build with proper bundle identifier
- Android: Configured with adaptive icons
- Web: Optimized for browser deployment
- Console logs: Only shown in development builds