A productivity app built with React Native that implements the Pomodoro Technique for better time management.
- Pomodoro Sessions: 25-minute focused work intervals
- Short Breaks: 5-minute rest periods
- Long Breaks: 15-minute breaks after completing 4 pomodoros
- Progress Tracking: Visual timer display and session counter
- Audio/Haptic Notifications: Alerts when sessions end
- Customizable Durations: Adjust timer lengths to your preference
- Node.js and npm installed
- React Native CLI
- iOS or Android development environment set up
cd pomodoro-reactnative
npm installiOS:
npm run iosAndroid:
npm run androidpomodoro/
├── src/
│ ├── components/
│ ├── modules/
│ ├── configs/
│ └── Main.js
├── package.json
└── README.md
- React Native
- JavaScript/TypeScript
- React Hooks
Feel free to fork and submit pull requests for improvements.
MIT License