Manage your time with a Pomodoro Timer for Android!
Play Store
·
Report a Bug
·
Suggest a feature
PomoClock is a simple Pomodoro Timer for Android. With it, you can manage tasks and manage your time with the Pomodoro technique, which establishes a focus time (generally 25 minutes) and a rest time (generally 5 minutes), customizable in the app
Features:
- Manage your focus
- Customize your time
- Be more productive 😄
PomoClock was created with the following technologies:
The project was made with the following Cordova Plugins:
admob-plus-cordova
cordova-plugin-web-share
cordova-support-android-plugin
onesignal-cordova-plugin
- Update messages
- Voices in the app (pt-br)
- Vibration when entering and leaving rest time
- Alert before announcement
- Vibration with screen off
- Add notification with progress bar
- Statistics with total time and achievements
- New animations
You will need to replace the values in app.js
:
ONESIGNALAPPID
with your own OneSignal APP IDadUnitId: 'ca-app-pub-1111111111111111/2222222222222222'
, with your own Google Admob key
To contribute to the project, Fork the project and send your feature via Pull Request:
- Fork
- Create a Branch of the feature (
git checkout -b feature/AmazingFeature
) - Commit (
git commit -m 'Add some AmazingFeature'
) - Push (
git push origin feature/AmazingFeature
) - Open a Pull Request